Fix incorrect links on Envoy extensions documentation (#16666)
This commit is contained in:
parent
68046060ea
commit
7ff42ea796
|
@ -25,8 +25,8 @@ Envoy extensions enable additional service mesh functionality in Consul by chang
|
||||||
|
|
||||||
### Lua
|
### Lua
|
||||||
|
|
||||||
The `lua` Envoy extension enables HTTP Lua filters in your Consul Envoy proxies. It allows you to run Lua scripts during Envoy requests and responses from Consul-generated Envoy resources. Refer to the [`lua`](/consul/docs/proxies/envoy-extensions/usage/lua) documentation for more information.
|
The `lua` Envoy extension enables HTTP Lua filters in your Consul Envoy proxies. It allows you to run Lua scripts during Envoy requests and responses from Consul-generated Envoy resources. Refer to the [`lua`](/consul/docs/connect/proxies/envoy-extensions/usage/lua) documentation for more information.
|
||||||
|
|
||||||
### Lambda
|
### Lambda
|
||||||
|
|
||||||
The `lambda` Envoy extension enables services to make requests to AWS Lambda functions through the mesh as if they are a normal part of the Consul catalog. Refer to the [`lambda`](/consul/docs/proxies/envoy-extensions/usage/lambda) documentation for more information.
|
The `lambda` Envoy extension enables services to make requests to AWS Lambda functions through the mesh as if they are a normal part of the Consul catalog. Refer to the [`lambda`](/consul/docs/connect/proxies/envoy-extensions/usage/lambda) documentation for more information.
|
||||||
|
|
Loading…
Reference in New Issue