From 532fc2653579393d0087555e5e1bb1964b4ec2fd Mon Sep 17 00:00:00 2001 From: yang wang Date: Mon, 4 Sep 2017 16:19:49 +0800 Subject: [PATCH] Fix to use the correct hyperlink. The existing urls are 404. Change-Id: I53db8947411187613f80595ead48c5d58adabf6b --- doc/source/admin/troubleshooting-guide.rst | 2 +- doc/source/user/index.rst | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/source/admin/troubleshooting-guide.rst b/doc/source/admin/troubleshooting-guide.rst index 26d76bbf96..c3a9ccc225 100644 --- a/doc/source/admin/troubleshooting-guide.rst +++ b/doc/source/admin/troubleshooting-guide.rst @@ -218,7 +218,7 @@ Check the following: network have a route to the external internet? - Is your devstack environment behind a firewall? This can be the case for some enterprises or countries. In this case, consider using a `proxy server - `_. + `_. - Is the traffic blocked by the security group? Check the `rules of security group `_. diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst index 36c98419f8..cf8b18db93 100644 --- a/doc/source/user/index.rst +++ b/doc/source/user/index.rst @@ -432,7 +432,7 @@ network cannot be removed while a Nova instance is still attached. resources; therefore if an error occurs, you can troubleshoot through Heat. For more help on Heat stack troubleshooting, refer to the `Troubleshooting Guide -`_. +`_. @@ -1130,8 +1130,7 @@ this external IP address. Kubernetes handles all the life cycle operations when pods are modified behind the service and when the service is deleted. -Refer to the document `Kubernetes external load balancer -`_ +Refer to the `Kubernetes External Load Balancer`_ section for more details.