Skip to content

Commit 5c908e3

Browse files
authored
Fix links and description in implementations.md (#650)
* Correct Envoy AI Gateway links Signed-off-by: Xiaolin Lin <[email protected]> * fixes Signed-off-by: Xiaolin Lin <[email protected]> * more fix Signed-off-by: Xiaolin Lin <[email protected]> --------- Signed-off-by: Xiaolin Lin <[email protected]>
1 parent 207f00d commit 5c908e3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

site-src/implementations.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22

33
This project has several implementations that are planned or in progress:
44

5-
* [Envoy Gateway][1]
5+
* [Envoy AI Gateway][1]
66
* [Kgateway][2]
77
* [Google Kubernetes Engine][3]
88

99
[1]:#envoy-gateway
1010
[2]:#kgateway
1111
[3]:#google-kubernetes-engine
1212

13-
## Envoy Gateway
13+
## Envoy AI Gateway
1414

15-
[Envoy Gateway][eg-home] is an [Envoy][envoy-org] subproject for managing
16-
Envoy-based application gateways. The supported APIs and fields of the Gateway
17-
API are outlined [here][eg-supported]. Use the [quickstart][eg-quickstart] to
18-
get Envoy Gateway running with Gateway API in a few simple steps.
15+
[Envoy AI Gateway][aigw-home] is an open source project built on top of
16+
[Envoy][envoy-org] and [Envoy Gateway][aigw-gateway] to handle request traffic
17+
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.
1918

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

23-
[eg-home]:https://gateway.envoyproxy.io/
22+
[aigw-home]:https://gateway.envoyproxy.io/
2423
[envoy-org]:https://github.com/envoyproxy
25-
[eg-supported]:https://gateway.envoyproxy.io/docs/tasks/quickstart/
26-
[eg-quickstart]:https://gateway.envoyproxy.io/docs/tasks/quickstart
24+
[aigw-gateway]: https://gateway.envoyproxy.io/
25+
[aigw-capabilities]:https://aigateway.envoyproxy.io/docs/capabilities/
26+
[aigw-quickstart]:https://aigateway.envoyproxy.io/docs/capabilities/gateway-api-inference-extension
2727

2828
## Kgateway
2929

0 commit comments

Comments
 (0)