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