summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
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.