From 7a20d2b6795bc6dde1165bff7d067c613af08dfe Mon Sep 17 00:00:00 2001 From: danielehc <40759828+danielehc@users.noreply.github.com> Date: Wed, 5 Dec 2018 17:32:11 +0100 Subject: [PATCH] Update configuration.html.md (#5058) Link to Upstream Configuration was pointing to http://localhost:4567. Fixed reference. --- website/source/docs/connect/configuration.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/connect/configuration.html.md b/website/source/docs/connect/configuration.html.md index 924f55b94..88c7bea4f 100644 --- a/website/source/docs/connect/configuration.html.md +++ b/website/source/docs/connect/configuration.html.md @@ -135,7 +135,7 @@ All fields are optional with a sane default. specified in the opaque config map here will continue to work for compatibility but it's strongly recommended that you move to using the higher level [upstream - configuration](http://localhost:4567/docs/connect/proxies.html#upstream-configuration). + configuration](/docs/connect/proxies.html#upstream-configuration). #### Proxy Upstream Config Key Reference @@ -145,4 +145,4 @@ All fields are optional with a sane default. href="#connect_timeout_ms">`connect_timeout_ms` - The number of milliseconds the proxy will wait to establish a TLS connection to the discovered upstream instance before giving up. Defaults to `10000` or 10 - seconds. \ No newline at end of file + seconds.