From 515ba0ae0f7bbd3cf86e612fd40803e714118612 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Mon, 24 Jul 2017 01:08:59 +0000 Subject: Update the documentation link for doc migration This commit updates links affected by doc migration. Note that other links are not touched in this commit. Fixing other broken links or changing http to https should be covered by a separate patch. Also convert http links to docs.openstack.org to https per reviewer request (though it is not directly related to doc-migration). Note that this commit does not touch files under releasenotes/notes/. If we touch release notes in older releases, reno will considers it as a release note in the current release. (Pike release notes are clean up in a separate patch.) Change-Id: Iba9bd465ef08014a4972584cf4da6e7d77961119 --- HACKING.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'HACKING.rst') diff --git a/HACKING.rst b/HACKING.rst index 19c7d9d3a..f5c78dc33 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,7 +2,7 @@ Horizon Style Commandments ========================== - Step 1: Read the OpenStack Style Commandments - http://docs.openstack.org/developer/hacking/ + https://docs.openstack.org/hacking/latest/ - Step 2: Read [hacking] section in tox.ini to find the list of names which can be imported directly without triggering the "H302: import only modules" flake8 warning @@ -11,5 +11,6 @@ Horizon Style Commandments Horizon Specific Commandments ----------------------------- -- Read the Horizon contributing documentation at http://docs.openstack.org/developer/horizon/contributing.html +- Read the Horizon contributing documentation at + https://docs.openstack.org/horizon/latest/contributor/contributing.html - [M322] Method's default argument shouldn't be mutable. -- cgit v1.2.1