From 4e62028f25da168ba0571ede43b93c1e73dc4e3e Mon Sep 17 00:00:00 2001 From: ShangXiao Date: Wed, 13 Jun 2018 01:38:21 -0700 Subject: [PATCH] Update links in README.rst 1) Update the http doc links 2) Update links to storyboard Change-Id: I894309ef702aa86961ff4f7aade3b20f075756c2 --- CONTRIBUTING.rst | 8 ++++---- HACKING.rst | 2 +- README.rst | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f7ddd9c2..8ab7e19f 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,17 +1,17 @@ If you would like to contribute to the development of OpenStack, you must follow the steps in this page: - http://docs.openstack.org/infra/manual/developers.html + https://docs.openstack.org/infra/manual/developers.html If you already have a good understanding of how the system works and your OpenStack accounts are set up, you can skip to the development workflow section of this documentation to learn how changes to OpenStack should be submitted for review via the Gerrit tool: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. -Bugs should be filed on Launchpad, not GitHub: +Bugs should be filed on StoryBoard, not GitHub: - https://bugs.launchpad.net/octavia + https://storyboard.openstack.org/#!/project/openstack/octavia-tempest-plugin diff --git a/HACKING.rst b/HACKING.rst index 3494c6a3..61845a91 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ octavia-tempest-plugin Style Commandments ========================================= -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/README.rst b/README.rst index ce445fe8..9cbf4644 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/octavia-tempest-plugin.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/tc/badges/octavia-tempest-plugin.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on @@ -21,9 +21,9 @@ For more information about Tempest plugins see: https://docs.openstack.org/tempest/latest/plugin.html * Free software: Apache license -* Documentation: http://docs.openstack.org/octavia-tempest-plugin/latest -* Source: http://git.openstack.org/cgit/openstack/octavia-tempest-plugin -* Bugs: https://storyboard.openstack.org/#!/project/910 +* Documentation: https://docs.openstack.org/octavia-tempest-plugin/latest/ +* Source: https://git.openstack.org/cgit/openstack/octavia-tempest-plugin +* Bugs: https://storyboard.openstack.org/#!/project/openstack/octavia-tempest-plugin Installing ----------