diff --git a/doc/source/developer-docs/scripts.rst b/doc/source/developer-docs/scripts.rst index 937903f87b..846a573d3d 100644 --- a/doc/source/developer-docs/scripts.rst +++ b/doc/source/developer-docs/scripts.rst @@ -119,7 +119,7 @@ Testing may be done locally by executing: Documentation ------------- -Documentation is developed in `reStructureText`_ (RST) and compiled into +Documentation is developed in reStructuredText_ (RST) and compiled into HTML using Sphinx. Documentation may be built locally by executing: @@ -128,7 +128,7 @@ Documentation may be built locally by executing: tox -e docs -.. reStructureText: http://docutils.sourceforge.net/rst.html +.. _reStructuredText: http://docutils.sourceforge.net/rst.html Gating ^^^^^^ diff --git a/doc/source/install-guide/configure-lbaas.rst b/doc/source/install-guide/configure-lbaas.rst index ba100b29b4..f9b4425ea9 100644 --- a/doc/source/install-guide/configure-lbaas.rst +++ b/doc/source/install-guide/configure-lbaas.rst @@ -45,7 +45,7 @@ The LBaaS default configuration options may be changed through the `conf override`_ mechanism using the ``neutron_lbaas_agent_ini_overrides`` dict. -.. conf override: http://docs.openstack.org/developer/openstack-ansible/install-guide/configure-openstack.html +.. _conf override: http://docs.openstack.org/developer/openstack-ansible/install-guide/configure-openstack.html --------------