From af78f40cf86f8ea6d4e97d96e01228e6af32e849 Mon Sep 17 00:00:00 2001 From: Matthew Irish Date: Wed, 5 Dec 2018 12:25:16 -0600 Subject: [PATCH] change ui url so that it includes the trailing slash (#5890) --- website/source/docs/configuration/ui/index.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/configuration/ui/index.html.md b/website/source/docs/configuration/ui/index.html.md index 074116e132..84059f3f6c 100644 --- a/website/source/docs/configuration/ui/index.html.md +++ b/website/source/docs/configuration/ui/index.html.md @@ -53,14 +53,14 @@ In this case, the UI is accessible the following URL from any machine on the subnet (provided no network firewalls are in place): ```text -https://10.0.1.35:8200/ui +https://10.0.1.35:8200/ui/ ``` It is also accessible at any DNS entry that resolves to that IP address, such as the Consul service address (if using Consul): ```text -https://vault.service.consul:8200/ui +https://vault.service.consul:8200/ui/ ``` ### Note on TLS