Update Documention link

Change-Id: I39f0bc1c7b5ef8114f6391058ab4378638b50907
This commit is contained in:
chenxing 2017-07-13 13:26:47 +00:00
parent 5bc58f1bc1
commit 952800ff0f
6 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@ you must follow the steps in this page:
You can find more Sahara-specific info in our How To Participate guide:
http://docs.openstack.org/developer/sahara/devref/how_to_participate.html
https://docs.openstack.org/sahara/latest/devref/how_to_participate.html
Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following

View File

@ -14,13 +14,13 @@ Sahara at wiki.openstack.org: https://wiki.openstack.org/wiki/Sahara
Launchpad project: https://launchpad.net/sahara
Sahara docs site: http://docs.openstack.org/developer/sahara
Sahara docs site: https://docs.openstack.org/sahara/latest/
Roadmap: https://wiki.openstack.org/wiki/Sahara/Roadmap
Quickstart guide: http://docs.openstack.org/developer/sahara/devref/quickstart.html
Quickstart guide: https://docs.openstack.org/sahara/latest/devref/quickstart.html
How to participate: http://docs.openstack.org/developer/sahara/devref/how_to_participate.html
How to participate: https://docs.openstack.org/sahara/latest/devref/how_to_participate.html
Source: http://git.openstack.org/cgit/openstack/sahara

View File

@ -79,7 +79,7 @@ Documentation Guidelines
All Sahara docs are written using Sphinx / RST and located in the main repo
in the ``doc`` directory. You can add or edit pages here to update the
http://docs.openstack.org/developer/sahara site.
https://docs.openstack.org/sahara/latest/ site.
The documentation in docstrings should follow the `PEP 257`_ conventions
(as mentioned in the `PEP 8`_ guidelines).

View File

@ -33,4 +33,4 @@ Additional tests reside in the sahara-tests repository (as above):
* CLI tests check read-only operations using the Sahara CLI.
For more information about these tests, please read
http://docs.openstack.org/developer/sahara-tests/tempest-plugin.html
`Tempest Integration of Sahara <https://docs.openstack.org/sahara-tests/latest/tempest-plugin.html>`_.

View File

@ -15,7 +15,7 @@ from the bare metal performance with self-service resource provisioning.
<http://docs.openstack.org/developer/ironic/deploy/install-guide.html>`_
3. Install Sahara as described in the `Sahara Installation Guide
<http://docs.openstack.org/developer/sahara/userdoc/installation.guide.html>`_
<https://docs.openstack.org/sahara/latest/userdoc/installation.guide.html>`_
4. Build the Sahara image and prepare it for uploading to Glance:

View File

@ -16,7 +16,7 @@ classifiers =
Operating System :: POSIX :: Linux
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/sahara/
home-page = https://docs.openstack.org/sahara/latest/
[global]
setup-hooks = pbr.hooks.setup_hook