Update and optimize documentation links

1. Update URLs according to document migration
2. Update the dead links
3. Optimize (e.g. http -> https)

Change-Id: Ib66107d24a5171676a73cde7ead487bef259a5d5
This commit is contained in:
Hangdong Zhang 2017-07-18 14:37:03 +08:00
parent 586a306358
commit e9020a87a3
8 changed files with 22 additions and 22 deletions

View File

@ -2,17 +2,17 @@ If you would like to contribute to the development of OpenStack,
you must follow the steps in the "If you're a developer"
section of this page:
http://wiki.openstack.org/HowToContribute
https://wiki.openstack.org/wiki/How_To_Contribute
You can find more Sahara-specific info in our How To Participate guide:
http://docs.openstack.org/developer/python-saharaclient/devref/how_to_participate.html
https://docs.openstack.org/python-saharaclient/latest/how_to_participate.html
Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following
the workflow documented at:
http://wiki.openstack.org/GerritWorkflow
https://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored.

View File

@ -2,7 +2,7 @@ Sahara Style Commandments
=========================
- Step 1: Read the OpenStack Style Commandments
http://docs.openstack.org/developer/hacking/
https://docs.openstack.org/hacking/latest/
- Step 2: Read on
Sahara Specific Commandments

View File

@ -2,8 +2,8 @@
Team and repository tags
========================
.. image:: http://governance.openstack.org/badges/python-saharaclient.svg
:target: http://governance.openstack.org/reference/tags/index.html
.. image:: https://governance.openstack.org/tc/badges/python-saharaclient.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
@ -25,9 +25,9 @@ Python bindings and CLI in `Docs`_.
Development takes place via the usual OpenStack processes as outlined
in the `developer guide
<http://docs.openstack.org/infra/manual/developers.html>`_.
<https://docs.openstack.org/infra/manual/developers.html>`_.
.. _Docs: http://docs.openstack.org/developer/python-saharaclient/
.. _Docs: https://docs.openstack.org/python-saharaclient/latest/
* License: Apache License, Version 2.0
* `PyPi`_ - package installation
@ -40,11 +40,11 @@ in the `developer guide
* `How to Contribute`_
.. _PyPi: https://pypi.python.org/pypi/python-saharaclient
.. _Online Documentation: http://docs.openstack.org/developer/python-saharaclient
.. _Online Documentation: https://docs.openstack.org/python-saharaclient/latest/
.. _Launchpad project: https://launchpad.net/python-saharaclient
.. _Blueprints: https://blueprints.launchpad.net/python-saharaclient
.. _Bugs: https://bugs.launchpad.net/python-saharaclient
.. _Source: https://git.openstack.org/cgit/openstack/python-saharaclient
.. _How to Contribute: http://docs.openstack.org/infra/manual/developers.html
.. _Specs: http://specs.openstack.org/openstack/sahara-specs/
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
.. _Specs: https://specs.openstack.org/openstack/sahara-specs/

View File

@ -49,7 +49,7 @@ Session object should be used for this purpose. For example:
For more information about Keystone Sessions, see `Using Sessions`_.
.. _Using Sessions: http://docs.openstack.org/developer/python-keystoneclient/using-sessions.html
.. _Using Sessions: https://docs.openstack.org/python-keystoneclient/latest/using-sessions.html
Sahara endpoint discovery
~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -25,7 +25,7 @@ Getting started
* Sign `OpenStack Individual Contributor License Agreement <https://review.openstack.org/#/settings/agreements>`_
* Make sure that your email is listed in `identities <https://review.openstack.org/#/settings/web-identities>`_
* Subscribe to code-reviews. Go to your settings on http://review.openstack.org
* Subscribe to code-reviews. Go to your settings on https://review.openstack.org
* Go to ``watched projects``
* Add ``openstack/sahara``, ``openstack/sahara-dashboard``,
@ -40,7 +40,7 @@ How to stay in touch with the community?
`OpenStack development mail-list <http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev>`_.
Prefix mail subject with ``[Sahara]``
* Join ``#openstack-sahara`` IRC channel on `freenode <http://freenode.net/>`_
* Join ``#openstack-sahara`` IRC channel on `freenode <https://freenode.net/>`_
* Join public weekly meetings on *Thursdays at 18:00 UTC* on
``#openstack-meeting-alt`` IRC channel
@ -53,9 +53,9 @@ How to send your first patch on review?
* Checkout Sahara code from `Github <https://github.com/openstack/sahara>`_
* Carefully read https://wiki.openstack.org/wiki/Gerrit_Workflow
* Carefully read https://docs.openstack.org/infra/manual/developers.html#development-workflow
* Pay special attention to https://wiki.openstack.org/wiki/Gerrit_Workflow#Committing_Changes
* Pay special attention to https://docs.openstack.org/infra/manual/developers.html#committing-a-change
* Apply and commit your changes

View File

@ -13,7 +13,7 @@ You may want to read the `OpenStack Sahara Docs`__ -- the overview, at
least -- to get an idea of the concepts. By understanding the concepts
this library should make more sense.
__ http://docs.openstack.org/developer/sahara/
__ https://docs.openstack.org/sahara/latest/
Contents:
@ -35,8 +35,8 @@ using `gerrit`_.
.. _review.o.o: https://review.openstack.org
.. _github: https://github.com/openstack/python-saharaclient
.. _git.o.o: http://git.openstack.org/cgit/openstack/python-saharaclient
.. _git.o.o: https://git.openstack.org/cgit/openstack/python-saharaclient
.. _launchpad: https://launchpad.net/sahara
.. _launchpad_client: https://launchpad.net/python-saharaclient
.. _gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
.. _gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow

View File

@ -24,13 +24,13 @@ For more information about commands and their parameters you can refer to
:doc:`the Sahara CLI commands <cli>`.
For more information about abilities and features of OpenStackClient CLI you
can refer to `OpenStackClient documentation <http://docs.openstack.org/developer/python-openstackclient/>`_
can refer to `OpenStackClient documentation <https://docs.openstack.org/python-openstackclient/latest/>`_
Configuration
-------------
The CLI is configured via environment variables and command-line options which
are described in http://docs.openstack.org/developer/python-openstackclient/authentication.html.
are described in https://docs.openstack.org/python-openstackclient/latest/cli/authentication.html.
Authentication using username/password is most commonly used and can be
provided with environment variables:

View File

@ -11,7 +11,7 @@
# under the License.
"""oslo.i18n integration module.
See http://docs.openstack.org/developer/oslo.i18n/usage.html
See https://docs.openstack.org/oslo.i18n/latest/user/usage.html
"""
import oslo_i18n