From c4c12273491b9abff7bdac42f175877aed0e460e Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Wed, 19 Jul 2017 14:55:52 +0800 Subject: [PATCH] Update and optimize documentation links 1. Update URLs according to document migration 2. Update the dead and outdated links 3. Optimize (e.g. http -> https) Change-Id: I2f9049e5b43f4cea6c222c5ca457baa6c08a6350 --- HACKING.rst | 2 +- doc/source/dev/code-contribution-guide.rst | 6 +++--- doc/source/dev/dev-quickstart.rst | 6 +++--- doc/source/dev/gmr.rst | 2 +- doc/source/dev/testing.rst | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index 3b13cc00..6c7b22ab 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ Mogan Style Commandments ======================== -Read the OpenStack Style Commandments https://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/doc/source/dev/code-contribution-guide.rst b/doc/source/dev/code-contribution-guide.rst index c77f9f04..a59ff49a 100644 --- a/doc/source/dev/code-contribution-guide.rst +++ b/doc/source/dev/code-contribution-guide.rst @@ -13,7 +13,7 @@ Getting Started If you're completely new to OpenStack and want to contribute to the mogan project, please start by familiarizing yourself with the `Infra Team's Developer -Guide `_. This will help +Guide `_. This will help you get your accounts set up in Launchpad and Gerrit, familiarize you with the workflow for the OpenStack continuous integration and testing systems, and help you with your first commit. @@ -43,13 +43,13 @@ Project Hosting Details ----------------------- Bug tracker - http://launchpad.net/mogan + https://launchpad.net/mogan Mailing list (prefix Subject line with ``[mogan]``) http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev Wiki - http://wiki.openstack.org/Mogan + https://wiki.openstack.org/Mogan Code Hosting https://git.openstack.org/cgit/openstack/mogan diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/dev-quickstart.rst index 28c66581..c35721ee 100644 --- a/doc/source/dev/dev-quickstart.rst +++ b/doc/source/dev/dev-quickstart.rst @@ -23,7 +23,7 @@ to submitting a patch. .. seealso:: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow Preparing Development System ============================ @@ -194,7 +194,7 @@ Then run ``tox`` with the debug environment as one of the following:: tox -e debug test_file_name.TestClass.test_name For more information see the `oslotest documentation -`_. +`_. Additional Tox Targets ---------------------- @@ -225,7 +225,7 @@ beginning this process. .. seealso:: - http://docs.openstack.org/developer/devstack/ + https://docs.openstack.org/devstack/latest/ Devstack will no longer create the user 'stack' with the desired diff --git a/doc/source/dev/gmr.rst b/doc/source/dev/gmr.rst index cef89e03..1658591e 100644 --- a/doc/source/dev/gmr.rst +++ b/doc/source/dev/gmr.rst @@ -82,4 +82,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 `_ \ No newline at end of file +`oslo.reports `_ \ No newline at end of file diff --git a/doc/source/dev/testing.rst b/doc/source/dev/testing.rst index 96c00921..285a6daa 100644 --- a/doc/source/dev/testing.rst +++ b/doc/source/dev/testing.rst @@ -96,10 +96,10 @@ run mogan tempest tests with `tempest run` command, see:: For more details, you can see `tempest documentation`_ -.. _tempest documentation: http://docs.openstack.org/developer/tempest/ +.. _tempest documentation: https://docs.openstack.org/tempest/latest/ .. seealso:: * tox_ -.. _tox: http://tox.testrun.org/latest/ +.. _tox: https://tox.readthedocs.io/en/latest/