Skip to content

docs(gateways): fix Envoy AI Gateway link #700

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions site-src/implementations/gateways.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ This project has several implementations that are planned or in progress:
## Envoy AI Gateway

[Envoy AI Gateway][aigw-home] is an open source project built on top of
[Envoy][envoy-org] and [Envoy Gateway][aigw-gateway] to handle request traffic
[Envoy][envoy-org] and [Envoy Gateway][envoy-gateway] to handle request traffic
from application clients to GenAI services. The features and capabilities are outlined [here][aigw-capabilities]. Use the [quickstart][aigw-quickstart] to get Envoy AI Gateway running with Gateway API in a few simple steps.

Progress towards supporting this project is tracked with a [GitHub
Issue](https://github.com/envoyproxy/ai-gateway/issues/423).

[aigw-home]:https://gateway.envoyproxy.io/
[aigw-home]:https://aigateway.envoyproxy.io/
[envoy-org]:https://github.com/envoyproxy
[aigw-gateway]: https://gateway.envoyproxy.io/
[envoy-gateway]: https://gateway.envoyproxy.io/
[aigw-capabilities]:https://aigateway.envoyproxy.io/docs/capabilities/
[aigw-quickstart]:https://aigateway.envoyproxy.io/docs/capabilities/gateway-api-inference-extension

Expand Down