Merge "Update and optimize documentation links"

This commit is contained in:
Jenkins 2017-08-10 23:22:14 +00:00 committed by Gerrit Code Review
commit 0d3ea781ca
20 changed files with 36 additions and 36 deletions

View File

@ -3,7 +3,7 @@ Zaqar style commandments
========================
- Step 1: Read the OpenStack Style Commandments
https://docs.openstack.org/developer/hacking/
https://docs.openstack.org/hacking/latest/
- Step 2: Read on for Zaqar specific commandments
General

View File

@ -46,11 +46,11 @@ Contributors are encouraged to join IRC (``#openstack-zaqar`` channel on
Information on how to run unit and functional tests is available at:
https://docs.openstack.org/zaqar/admin/running_tests.html
https://docs.openstack.org/zaqar/latest/contributor/running_tests.html
Information on how to run benchmarking tool is available at:
https://docs.openstack.org/zaqar/admin/running_benchmark.html
https://docs.openstack.org/zaqar/latest/admin/running_benchmark.html
Using Zaqar
-----------
@ -66,7 +66,7 @@ Using Zaqar in development environment:
The instruction is available at:
https://docs.openstack.org/zaqar/contributor/development.environment.html
https://docs.openstack.org/zaqar/latest/contributor/development.environment.html
This will allow you to run local Zaqar server with MongoDB as database.

View File

@ -116,5 +116,5 @@ CORS rule::
Access-Control-Allow-Credentials: true
Connection: close
.. _Official Doc: https://docs.openstack.org/developer/oslo.middleware/cors.html
.. _OpenStack Spec: http://specs.openstack.org/openstack/openstack-specs/specs/cors-support.html
.. _Official Doc: https://docs.openstack.org/oslo.middleware/latest/reference/cors.html
.. _OpenStack Spec: https://specs.openstack.org/openstack/openstack-specs/specs/cors-support.html

View File

@ -122,4 +122,4 @@ Then you can open the file "list_test" to get the result.
.. note:: If you used MQ for data transfer, the "--connection-string" here
could be ignored or set it to your Ceilometer endpoint.
.. _Official Doc: http://docs.openstack.org/developer/osprofiler/background.html
.. _Official Doc: https://docs.openstack.org/osprofiler/latest/user/background.html

View File

@ -84,4 +84,4 @@ Extending the GMR
As mentioned above, additional sections can be added to the GMR for a
particular executable. For more information, see the inline documentation
about oslo.reports:
`oslo.reports <http://docs.openstack.org/developer/oslo.reports/>`_
`oslo.reports <https://docs.openstack.org/oslo.reports/latest/>`_

View File

@ -181,4 +181,4 @@ Let's configure zaqar-bench too to use Keystone:
authentication errors.
.. _DevStack: http://docs.openstack.org/developer/devstack/
.. _DevStack: https://docs.openstack.org/devstack/latest/

View File

@ -221,5 +221,5 @@ will happen in Zaqar's database.
],
},
.. _`Stevedore - Creating Plugins`: http://docs.openstack.org/developer/stevedore/tutorial/creating_plugins.html
.. _`Stevedore - Loading the Plugins`: http://docs.openstack.org/developer/stevedore/tutorial/loading.html
.. _`Stevedore - Creating Plugins`: https://docs.openstack.org/stevedore/latest/user/tutorial/creating_plugins.html
.. _`Stevedore - Loading the Plugins`: https://docs.openstack.org/stevedore/latest/user/tutorial/loading.html

View File

@ -20,7 +20,7 @@ that you can use in developing Zaqar on Ubuntu or Fedora. These instructions
assume that you are familiar with Git. Refer to GettingTheCode_ for
additional information.
.. _GettingTheCode: http://wiki.openstack.org/GettingTheCode
.. _GettingTheCode: https://wiki.openstack.org/wiki/Getting_The_Code
Virtual environments
@ -39,7 +39,7 @@ virtual environment, instead of installing the packages at the system level.
full integration testing or production usage. If you want to learn about
production best practices, check out the `OpenStack Operations Guide`_.
.. _`OpenStack Operations Guide`: http://docs.openstack.org/ops/
.. _`OpenStack Operations Guide`: https://docs.openstack.org/ops-guide/
Install GNU/Linux system dependencies
#####################################
@ -281,7 +281,7 @@ To do this, you first need to add the following setting to your ``local.conf``:
Then run the ``stack.sh`` script as usual.
.. _DevStack: http://docs.openstack.org/developer/devstack/
.. _DevStack: https://docs.openstack.org/devstack/latest/
Running tests
-------------

View File

@ -36,11 +36,11 @@ avoid hooks errors.
Visit the `Gerrit Workflow's account setup`_ section in the wiki to get
more information on setting up your accounts.
.. _Launchpad: http://launchpad.net/
.. _Gerrit: http://review.openstack.org/
.. _`Contributors License Agreement`: http://docs.openstack.org/infra/manual/developers.html#account-setup
.. _`join the OpenStack Foundation`: http://openstack.org/join
.. _`Gerrit Workflow's account setup`: http://docs.openstack.org/infra/manual/developers.html#account-setup
.. _Launchpad: https://launchpad.net/
.. _Gerrit: https://review.openstack.org/
.. _`Contributors License Agreement`: https://docs.openstack.org/infra/manual/developers.html#account-setup
.. _`join the OpenStack Foundation`: https://www.openstack.org/join/
.. _`Gerrit Workflow's account setup`: https://docs.openstack.org/infra/manual/developers.html#account-setup
SSH setup
#########
@ -193,7 +193,7 @@ working on bugs is to name the branch ``bug/BUG-NUMBER`` (for example,
Read more about the commit syntax in the `Gerrit workflow`_ wiki.
.. _`Gerrit workflow`: http://docs.openstack.org/infra/manual/developers.html#development-workflow
.. _`Gerrit workflow`: https://docs.openstack.org/infra/manual/developers.html#development-workflow
Common problems
^^^^^^^^^^^^^^^

View File

@ -110,6 +110,6 @@ Review section`_ document.
.. _`Open Zaqar fixes`: https://review.openstack.org/#/q/status:open+zaqar,n,z
.. _`Git Commit Messages`: https://wiki.openstack.org/wiki/GitCommitMessages
.. _`Gerrit Workflow Review section`: http://docs.openstack.org/infra/manual/developers.html#code-review
.. _`Gerrit Workflow Review section`: https://docs.openstack.org/infra/manual/developers.html#code-review

View File

@ -16,7 +16,7 @@ Code reviews with Gerrit
========================
Zaqar uses the `Gerrit`_ tool to review proposed code changes. The review site
is http://review.openstack.org.
is https://review.openstack.org.
Gerrit is a complete replacement for GitHub pull requests. `All GitHub pull
requests to the Zaqar repository will be ignored`.
@ -25,4 +25,4 @@ See `Development Workflow with Gerrit`_ for more detailed documentation on how
to work with Gerrit.
.. _Gerrit: https://www.gerritcodereview.com/
.. _Development Workflow with Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
.. _Development Workflow with Gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow

View File

@ -21,7 +21,7 @@ front-end is at http://jenkins.openstack.org. You must have an account on
Jenkins performs tasks such as running static code analysis, running unit
tests, and running functional tests. For more details on the jobs being run by
Jenkins, see the code reviews on http://review.openstack.org. Tests are run
Jenkins, see the code reviews on https://review.openstack.org. Tests are run
automatically and comments are put on the reviews automatically with the
results.

View File

@ -50,7 +50,7 @@ for technical support requests.
You can also reach us in ``#openstack-zaqar`` IRC channel at
``irc.freenode.org``.
.. _Launchpad: http://launchpad.net
.. _Wiki: http://wiki.openstack.org
.. _Launchpad: https://launchpad.net
.. _Wiki: https://wiki.openstack.org
.. _Zaqar Team: https://launchpad.net/zaqar
.. _Ask OpenStack: http://ask.openstack.org/
.. _Ask OpenStack: https://ask.openstack.org/

View File

@ -160,6 +160,6 @@ bad designs, bad code, and bad blood.
- No
.. _`Why this is important?` : https://thoughtstreams.io/kgriffs/technical-communities/5060/
.. _`OpenStack Documentation Contributor Guide` : http://docs.openstack.org/contributor-guide/index.html
.. _`OpenStack Documentation Contributor Guide` : https://docs.openstack.org/contributor-guide/index.html
.. _`Wikipedia: Don't repeat yourself` : https://en.wikipedia.org/wiki/Don't_repeat_yourself
.. _`Wikipedia: You aren't gonna need it` : https://en.wikipedia.org/wiki/Don't_repeat_yourself

View File

@ -88,7 +88,7 @@ When you run tests via ``tox -e py27`` command in the root directory of Zaqar:
.. rubric:: Footnotes
.. [#f1] See http://docs.openstack.org/developer/tempest/overview.html
.. [#f1] See https://docs.openstack.org/tempest/latest/#overview
.. _`OpenStack Tox testing manual` : https://wiki.openstack.org/wiki/Testing#Unit_Testing_with_Tox
.. _`Tox documentation` : https://tox.readthedocs.org/en/latest/

View File

@ -178,8 +178,8 @@ applications to get started.
.. _`Bug Triage` : https://wiki.openstack.org/wiki/BugTriage
.. _`OpenStack development cycle` : https://wiki.openstack.org/wiki/ReleaseCycle
.. _`Launchpad Blueprints` : https://wiki.openstack.org/wiki/Blueprints
.. _`OpenStack Documentation Contributor Guide` : http://docs.openstack.org/contributor-guide/index.html
.. _`Zaqar's Contributor Documentation` : http://docs.openstack.org/developer/zaqar/
.. _`OpenStack Documentation Contributor Guide` : https://docs.openstack.org/contributor-guide/index.html
.. _`Zaqar's Contributor Documentation` : https://docs.openstack.org/zaqar/latest/
.. _`Zaqar's Wiki` : https://wiki.openstack.org/wiki/Zaqar
.. _`"openstack-manuals" project` : https://wiki.openstack.org/wiki/Documentation
.. _`integrate Zaqar to the OpenStack Dashboard (Horizon)` : https://blueprints.launchpad.net/zaqar/+spec/zaqar-horizon-integration

View File

@ -6,4 +6,4 @@ Next steps
Your OpenStack environment now includes the Messaging service.
To add additional services, see the
`additional documentation on installing OpenStack <http://docs.openstack.org/#install-guides>`_ .
`additional documentation on installing OpenStack <https://docs.openstack.org/#install-guides>`_ .

View File

@ -142,7 +142,7 @@ Messaging service Operations
This section lists all of the operations that are available in the
Messaging service API. This document uses some of the most common
operations in `OpenStack API Reference <http://developer.openstack.org/api-guide/quick-start/index.html>`__..
operations in `OpenStack API Reference <https://developer.openstack.org/api-guide/quick-start/index.html>`__..
For details about all of the operations, see the Messaging service API v2
Reference.
@ -322,7 +322,7 @@ Reference. All you need to get started with Messaging service is the
getting started guide, the reference, and your Cloud account.
For information about the OpenStack Zaqar API, see
`OpenStack API Reference <http://developer.openstack.org/api-guide/quick-start/index.html>`__.
`OpenStack API Reference <https://developer.openstack.org/api-guide/quick-start/index.html>`__.
This API uses standard HTTP 1.1 response codes as documented at
`www.w3.org/Protocols/rfc2616/rfc2616-sec10.html <http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html>`__.

View File

@ -53,7 +53,7 @@ cURL, followed by the response.
For a complete list of operations available for Message Queuing, see :doc:`getting_started`
Each operation is fully described in the `Message Queuing API v2
Reference <http://developer.openstack.org/api-ref/messaging>`_.
Reference <https://developer.openstack.org/api-ref/messaging/>`_.
Create Queue
------------

View File

@ -15,7 +15,7 @@
"""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 .
"""