Update url in HACKING.rst

Change-Id: I7090d72ecacee9d5807b0b8fb0bb61908c20c9b4
This commit is contained in:
zhouxinyong 2018-11-16 10:47:27 +08:00
parent ecf75f1919
commit 3fbcb10690
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ this function should return the number of samples that the algorithm requires in
## Coding Standards
Python: All Python code conforms to the OpenStack standards at:
http://docs.openstack.org/developer/hacking/
https://docs.openstack.org/hacking/latest/
* Developers must add unit tests for all logical components before merging to
master.