doc: Fix non-existing URLs

Change-Id: I72c1c0fcb7cc541b87b184b32f0797539b919a44
Closes-Bug: #1708394
This commit is contained in:
Akihiro Motoki 2017-08-06 23:19:05 +00:00
parent 37bb9a41c4
commit 12d6a3ea4c
3 changed files with 8 additions and 8 deletions

View File

@ -27,6 +27,10 @@
Contributor Guide Contributor Guide
================= =================
This document describes Neutron for contributors of the project, and assumes
that you are already familiar with Neutron from an
:doc:`end-user perspective </admin/index>`.
Neutron Policies Neutron Policies
---------------- ----------------

View File

@ -250,7 +250,8 @@ Neutron can also be configured to create `provider networks <http://docs.opensta
Further Reading Further Reading
--------------- ---------------
* `Packet Pushers - Neutron Network Implementation on Linux <http://packetpushers.net/openstack-quantum-network-implementation-in-linux/>`_ * `Packet Pushers - Neutron Network Implementation on Linux <http://packetpushers.net/openstack-quantum-network-implementation-in-linux/>`_
* `OpenStack Administrator Guide <http://docs.openstack.org/admin-guide/networking.html>`_ * `OpenStack Administrator Guide <http://docs.openstack.org/admin-guide/networking.html>`_
* `Neutron - Layer 3 API extension usage guide <http://docs.openstack.org/api/openstack-network/2.0/content/router_ext.html>`_ * `Neutron - Layer 3 API extension <https://developer.openstack.org/api-ref/networking/v2/index.html#layer-3-networking>`_
* `Darragh O'Reilly - The Quantum L3 router and floating IPs <http://techbackground.blogspot.com/2013/05/the-quantum-l3-router-and-floating-ips.html>`_ * `Darragh O'Reilly - The Quantum L3 router and floating IPs <http://techbackground.blogspot.com/2013/05/the-quantum-l3-router-and-floating-ips.html>`_

View File

@ -21,12 +21,7 @@ Neutron is an OpenStack project to provide "network connectivity as a service"
between interface devices (e.g., vNICs) managed by other OpenStack services between interface devices (e.g., vNICs) managed by other OpenStack services
(e.g., nova). It implements the `Neutron API`_. (e.g., nova). It implements the `Neutron API`_.
.. _`Neutron API`: http://docs.openstack.org/api/openstack-network/2.0/content/ .. _`Neutron API`: https://developer.openstack.org/api-ref/networking/
This document describes Neutron for contributors of the project, and assumes
that you are already familiar with Neutron from an `end-user perspective`_.
.. _`end-user perspective`: http://docs.openstack.org/trunk/openstack-network/admin/content/index.html
This documentation is generated by the Sphinx toolkit and lives in the source This documentation is generated by the Sphinx toolkit and lives in the source
tree. Additional documentation on Neutron and other components of OpenStack tree. Additional documentation on Neutron and other components of OpenStack