Update and replace http with https for doc links

1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: If76e5cdcf6443db9cad2c4391d416ccf19e8258d
This commit is contained in:
shangxiaobj 2017-09-11 01:06:15 -07:00 committed by ShangXiao
parent 2c1a5a80b8
commit e048504126
6 changed files with 8 additions and 8 deletions

View File

@ -11,8 +11,8 @@ Contributor License Agreement
In order to contribute to the Murano project, you need to have In order to contribute to the Murano project, you need to have
signed OpenStack's contributor's agreement: signed OpenStack's contributor's agreement:
* http://docs.openstack.org/infra/manual/developers.html * https://docs.openstack.org/infra/manual/developers.html
* http://wiki.openstack.org/CLA * https://wiki.openstack.org/wiki/How_To_Contribute#Contributor_License_Agreement
Project Hosting Details Project Hosting Details
@ -48,7 +48,7 @@ Project Hosting Details
* Code Review * Code Review
* https://review.openstack.org/#/q/murano+AND+status:+open,n,z * https://review.openstack.org/#/q/murano+AND+status:+open,n,z
* http://docs.openstack.org/infra/manual/developers.html#development-workflow * https://docs.openstack.org/infra/manual/developers.html#development-workflow
* Murano Design Specifications * Murano Design Specifications
* https://git.openstack.org/openstack/murano-specs * https://git.openstack.org/openstack/murano-specs

View File

@ -20,7 +20,7 @@ compose reliable application environments with the push of a button.
Project Resources Project Resources
----------------- -----------------
* `Murano Official Documentation <http://docs.openstack.org/murano/latest/>`_ * `Murano Official Documentation <https://docs.openstack.org/murano/latest/>`_
* Project status, bugs, and blueprints are tracked on * Project status, bugs, and blueprints are tracked on
`Launchpad <https://launchpad.net/murano>`_ `Launchpad <https://launchpad.net/murano>`_

View File

@ -380,7 +380,7 @@ This method uses the ERROR level:
file. file.
* `OpenStack networking logging * `OpenStack networking logging
configuration <http://docs.openstack.org/liberty/config-reference/content/networking-options-logging.html>`_. configuration <https://docs.openstack.org/liberty/config-reference/content/networking-options-logging.html>`_.
.. _status-reporter: .. _status-reporter:

View File

@ -5,7 +5,7 @@ Backporting to stable/branches
============================== ==============================
Since murano is a big-tent OS project it largely follows the Since murano is a big-tent OS project it largely follows the
`OpenStack stable branch guide <http://docs.openstack.org/project-team-guide/stable-branches.html>`_ `OpenStack stable branch guide <https://docs.openstack.org/project-team-guide/stable-branches.html>`_
Upstream support phases Upstream support phases
~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -9,7 +9,7 @@ Application Catalog service, code-named murano, on the controller node.
This section assumes that you already have a working OpenStack environment with This section assumes that you already have a working OpenStack environment with
at least the following components installed: Identity service, Image service, at least the following components installed: Identity service, Image service,
Compute service, Networking service, Block Storage service and Orchestration Compute service, Networking service, Block Storage service and Orchestration
service. See `OpenStack Install Guides <http://docs.openstack.org/ service. See `OpenStack Install Guides <https://docs.openstack.org/
#install-guides>`__. #install-guides>`__.
Note that installation and configuration vary by distribution. Currently, Note that installation and configuration vary by distribution. Currently,

View File

@ -21,7 +21,7 @@ description-file =
license = Apache License, Version 2.0 license = Apache License, Version 2.0
author = OpenStack author = OpenStack
author-email = openstack-dev@lists.openstack.org author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/software/releases/mitaka/components/murano home-page = https://www.openstack.org/software/releases/mitaka/components/murano
classifier = classifier =
Development Status :: 5 - Production/Stable Development Status :: 5 - Production/Stable
Environment :: OpenStack Environment :: OpenStack