diff --git a/ui-v2/app/components/consul-kind/index.hbs b/ui-v2/app/components/consul-kind/index.hbs index 0b1b84a6c2..f4f14d2282 100644 --- a/ui-v2/app/components/consul-kind/index.hbs +++ b/ui-v2/app/components/consul-kind/index.hbs @@ -45,9 +45,9 @@ {{/let}} {{#let (from-entries - (array 'ingress-gateway' '/connect/ingress_gateway.html') - (array 'terminating-gateway' '/connect/terminating_gateway.html') - (array 'mesh-gateway' '/connect/mesh_gateway.html') + (array 'ingress-gateway' '/connect/ingress-gateway') + (array 'terminating-gateway' '/connect/terminating-gateway') + (array 'mesh-gateway' '/connect/mesh-gateway') ) as |link|}}
The following services may receive traffic from external services through this gateway. Learn more about configuring gateways in our - step-by-step guide. + step-by-step guide.
- Upstreams are services that may receive traffic from this gateway. Learn more about configuring gateways in our documentation. + Upstreams are services that may receive traffic from this gateway. Learn more about configuring gateways in our documentation.