From 7e0c7af2fa8d02288fabb019897f5b84c0b08607 Mon Sep 17 00:00:00 2001 From: Blake Covarrubias Date: Mon, 6 Jul 2020 09:06:57 -0700 Subject: [PATCH] Update URLs for gateway docs PRs #7610 and #7962 changed the locations/URLs for the gateway docs which results in a HTTP 404 Not Found being returned when accessing the previous URLs. Update URLs for gateway docs to point to new URLs. PR #8243 adds corresponding redirects on consul.io. --- ui-v2/app/components/consul-kind/index.hbs | 6 +++--- ui-v2/app/templates/dc/services/show/services.hbs | 2 +- ui-v2/app/templates/dc/services/show/upstreams.hbs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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|}}