change http ->https

Change-Id: I18e5a8b8e296bffc574df1561028d957c8763ff7
This commit is contained in:
wangqi 2018-02-23 09:54:26 +00:00
parent 60f28a8f90
commit 413345d422

View File

@ -2,16 +2,16 @@ workload-ref-archs Style Commandments
===================================== =====================================
- Read the OpenStack 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`_, - Read the `OpenStack Documentation Contributor Guide`_,
especially the `Writing style`_, `RST conventions`_ especially the `Writing style`_, `RST conventions`_
and `Diagram guidelines`_ and `Diagram guidelines`_
.. _OpenStack Documentation Contributor Guide: http://docs.openstack.org/contributor-guide .. _OpenStack Documentation Contributor Guide: https://docs.openstack.org/contributor-guide
.. _Writing style: http://docs.openstack.org/contributor-guide/writing-style.html .. _Writing style: https://docs.openstack.org/contributor-guide/writing-style.html
.. _RST conventions: http://docs.openstack.org/contributor-guide/rst-conv.html .. _RST conventions: https://docs.openstack.org/contributor-guide/rst-conv.html
.. _Diagram guidelines: http://docs.openstack.org/contributor-guide/diagram-guidelines.html .. _Diagram guidelines: https://docs.openstack.org/contributor-guide/diagram-guidelines.html
Proposing a new Workload Reference Architecture Proposing a new Workload Reference Architecture
----------------------------------------------- -----------------------------------------------
@ -24,7 +24,7 @@ Proposing a new Workload Reference Architecture
Submission Process Submission Process
------------------ ------------------
#. Follow the instructions at `First timers <http://docs.openstack.org/contributor-guide/quickstart/first-timers.html>`_ #. Follow the instructions at `First timers <https://docs.openstack.org/contributor-guide/quickstart/first-timers.html>`_
to configure a local environment. to configure a local environment.
#. Clone the repository:: #. Clone the repository::