summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2017-07-24 01:08:59 +0000
committerAkihiro Motoki <amotoki@gmail.com>2017-08-04 18:38:25 +0000
commit515ba0ae0f7bbd3cf86e612fd40803e714118612 (patch)
tree63ed1c909a953922a3f4817a09ebd2d429684078 /HACKING.rst
parentd5900c33c2c531cc1ebdd3c3feb14a3ce819caf6 (diff)
downloadhorizon-515ba0ae0f7bbd3cf86e612fd40803e714118612.tar.gz
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
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst5
1 files changed, 3 insertions, 2 deletions
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.