From 413345d422bb930d42ed0518cc413dd5fc0727f8 Mon Sep 17 00:00:00 2001 From: wangqi Date: Fri, 23 Feb 2018 09:54:26 +0000 Subject: [PATCH] fix link change http ->https Change-Id: I18e5a8b8e296bffc574df1561028d957c8763ff7 --- HACKING.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index 69a1731..7377f5f 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,16 +2,16 @@ workload-ref-archs Style Commandments ===================================== - Read the OpenStack Style Commandments - http://docs.openstack.org/developer/hacking/ + https://docs.openstack.org/hacking/latest/ - Read the `OpenStack Documentation Contributor Guide`_, especially the `Writing style`_, `RST conventions`_ and `Diagram guidelines`_ -.. _OpenStack Documentation Contributor Guide: http://docs.openstack.org/contributor-guide -.. _Writing style: http://docs.openstack.org/contributor-guide/writing-style.html -.. _RST conventions: http://docs.openstack.org/contributor-guide/rst-conv.html -.. _Diagram guidelines: http://docs.openstack.org/contributor-guide/diagram-guidelines.html +.. _OpenStack Documentation Contributor Guide: https://docs.openstack.org/contributor-guide +.. _Writing style: https://docs.openstack.org/contributor-guide/writing-style.html +.. _RST conventions: https://docs.openstack.org/contributor-guide/rst-conv.html +.. _Diagram guidelines: https://docs.openstack.org/contributor-guide/diagram-guidelines.html Proposing a new Workload Reference Architecture ----------------------------------------------- @@ -24,7 +24,7 @@ Proposing a new Workload Reference Architecture Submission Process ------------------ -#. Follow the instructions at `First timers `_ +#. Follow the instructions at `First timers `_ to configure a local environment. #. Clone the repository::