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|}}