From 37998ad1c28144345d4310503b82c5729f1356f9 Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Mon, 24 Jul 2017 11:32:22 +0800 Subject: Update the documentation link for doc migration Change-Id: I7833e40d66abe233af5a211bcefadc141fe8e54b --- doc/source/cli/man/openstack.rst | 2 +- doc/source/contributor/command-logs.rst | 2 +- doc/source/contributor/developing.rst | 2 +- doc/source/contributor/plugins.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/source') diff --git a/doc/source/cli/man/openstack.rst b/doc/source/cli/man/openstack.rst index ab990979..632ba4be 100644 --- a/doc/source/cli/man/openstack.rst +++ b/doc/source/cli/man/openstack.rst @@ -502,7 +502,7 @@ http://www.apache.org/licenses/LICENSE-2.0 SEE ALSO ======== -The `OpenStackClient page `_ +The `OpenStackClient page `_ in the `OpenStack Docs `_ contains further documentation. diff --git a/doc/source/contributor/command-logs.rst b/doc/source/contributor/command-logs.rst index 62126510..c203d02a 100644 --- a/doc/source/contributor/command-logs.rst +++ b/doc/source/contributor/command-logs.rst @@ -10,7 +10,7 @@ OpenStack projects. The following basic rules should be followed. 2. All logs except debug log need to be translated. The log message strings that need to be translated should follow the rule of i18n guidelines: - http://docs.openstack.org/developer/oslo.i18n/guidelines.html + https://docs.openstack.org/oslo.i18n/latest/user/guidelines.html 3. There are mainly two kinds of logs in OpenStackClient: command specific log and general log. Use different logger to record them. The examples diff --git a/doc/source/contributor/developing.rst b/doc/source/contributor/developing.rst index 2981ba4d..721a016a 100644 --- a/doc/source/contributor/developing.rst +++ b/doc/source/contributor/developing.rst @@ -177,7 +177,7 @@ or Standardize Import Format ========================= -.. _`Import Order Guide`: http://docs.openstack.org/developer/hacking/#imports +.. _`Import Order Guide`: https://docs.openstack.org/hacking/latest/user/hacking.html#imports The import order shows below: diff --git a/doc/source/contributor/plugins.rst b/doc/source/contributor/plugins.rst index fb21a079..8bdfe484 100644 --- a/doc/source/contributor/plugins.rst +++ b/doc/source/contributor/plugins.rst @@ -243,4 +243,4 @@ Changes to python-openstackclient #. Update ``test-requirements.txt`` to include fooclient. This is necessary to auto-document the commands in the previous step. -.. _sphinxext: http://docs.openstack.org/developer/stevedore/sphinxext.html +.. _sphinxext: https://docs.openstack.org/stevedore/latest/user/sphinxext.html -- cgit v1.2.1