From 12d6a3ea4c9fc73a50f73ef57952bb5023f62a40 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Sun, 6 Aug 2017 23:19:05 +0000 Subject: [PATCH] doc: Fix non-existing URLs Change-Id: I72c1c0fcb7cc541b87b184b32f0797539b919a44 Closes-Bug: #1708394 --- doc/source/contributor/index.rst | 4 ++++ doc/source/contributor/internals/layer3.rst | 5 +++-- doc/source/index.rst | 7 +------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst index 62878949b10..01205ca0288 100644 --- a/doc/source/contributor/index.rst +++ b/doc/source/contributor/index.rst @@ -27,6 +27,10 @@ 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 `. + Neutron Policies ---------------- diff --git a/doc/source/contributor/internals/layer3.rst b/doc/source/contributor/internals/layer3.rst index e64581bc2a5..d9d54cee1e6 100644 --- a/doc/source/contributor/internals/layer3.rst +++ b/doc/source/contributor/internals/layer3.rst @@ -250,7 +250,8 @@ Neutron can also be configured to create `provider networks `_ * `OpenStack Administrator Guide `_ -* `Neutron - Layer 3 API extension usage guide `_ -* `Darragh O'Reilly - The Quantum L3 router and floating IPs `_ +* `Neutron - Layer 3 API extension `_ +* `Darragh O'Reilly - The Quantum L3 router and floating IPs `_ diff --git a/doc/source/index.rst b/doc/source/index.rst index 2f8870e3e81..bec63bc38da 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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 (e.g., nova). It implements the `Neutron API`_. -.. _`Neutron API`: http://docs.openstack.org/api/openstack-network/2.0/content/ - -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 +.. _`Neutron API`: https://developer.openstack.org/api-ref/networking/ This documentation is generated by the Sphinx toolkit and lives in the source tree. Additional documentation on Neutron and other components of OpenStack