Fix to use the correct hyperlink.

The existing urls are 404.

Change-Id: I53db8947411187613f80595ead48c5d58adabf6b
This commit is contained in:
yang wang 2017-09-04 16:19:49 +08:00 committed by Spyros Trigazis (strigazi)
parent 6fb2a77419
commit 532fc26535
2 changed files with 3 additions and 4 deletions

View File

@ -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
<https://github.com/openstack/magnum/blob/master/doc/source/magnum-proxy.rst>`_.
<https://docs.openstack.org/magnum/latest/admin/magnum-proxy.html>`_.
- Is the traffic blocked by the security group? Check the
`rules of security group
<http://docs.openstack.org/ops-guide/ops-user-facing-operations.html#security-groups>`_.

View File

@ -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
<https://github.com/openstack/magnum/blob/master/doc/source/troubleshooting-guide.rst#heat-stacks>`_.
<https://docs.openstack.org/magnum/latest/admin/troubleshooting-guide.html#heat-stacks>`_.
@ -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
<https://github.com/openstack/magnum/blob/master/doc/source/dev/kubernetes-load-balancer.rst>`_
Refer to the `Kubernetes External Load Balancer`_ section
for more details.