Change docs links to generic format

The doc links shouldn't be found to html.

Change-Id: I3a414193d4d3bfb81b19ddbc517f7b3c92c2d5dd
This commit is contained in:
TerryHowe 2015-06-22 11:19:14 -06:00 committed by Terry Howe
parent 579426d4a0
commit f9b427774d
3 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@ Development Environment
The first step towards contributing code and documentation is to setup your
development environment. We use a pretty standard setup, but it is fully
documented in our `setup <setup.html>`_ section.
documented in our :doc:`setup <setup>` section.
.. toctree::
:maxdepth: 2

View File

@ -2,9 +2,9 @@ Welcome to the OpenStack SDK!
=============================
This documentation is split into two sections: one for
`users <users/index.html>`_ looking to build applications which make use of
:doc:`users <users/index>` looking to build applications which make use of
OpenStack, and another for those looking to
`contribute <contributors/index.html>`_ to this project.
:doc:`contribute <contributors/index>` to this project.
For Users
---------

View File

@ -2,7 +2,7 @@ Getting started with the OpenStack SDK
======================================
For a listing of terms used throughout the SDK, including the names of
projects and services supported by it, see the `Glossary <../glossary.html>`_.
projects and services supported by it, see the :doc:`glossary <../glossary>`.
Installation
------------
@ -38,7 +38,7 @@ approach, this is where you'll want to begin.
Orchestration <userguides/orchestration>
Telemetry <userguides/telemetry>
It may also be useful to try out some working code `examples <examples.html>`_.
It may also be useful to try out some working code :doc:`examples <examples>`.
API Documentation
-----------------