From e048504126717daeea968711e38f638570b105e0 Mon Sep 17 00:00:00 2001 From: shangxiaobj Date: Mon, 11 Sep 2017 01:06:15 -0700 Subject: [PATCH] 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 --- CONTRIBUTING.rst | 6 +++--- README.rst | 2 +- doc/source/admin/appdev-guide/murano_pl/core_lib.rst | 2 +- doc/source/contributor/stable_branches.rst | 2 +- doc/source/install/install.rst | 2 +- setup.cfg | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 0063b0607..b644f48bc 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -11,8 +11,8 @@ Contributor License Agreement In order to contribute to the Murano project, you need to have signed OpenStack's contributor's agreement: -* http://docs.openstack.org/infra/manual/developers.html -* http://wiki.openstack.org/CLA +* https://docs.openstack.org/infra/manual/developers.html +* https://wiki.openstack.org/wiki/How_To_Contribute#Contributor_License_Agreement Project Hosting Details @@ -48,7 +48,7 @@ Project Hosting Details * Code Review * 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 * https://git.openstack.org/openstack/murano-specs diff --git a/README.rst b/README.rst index 1b3ed300d..94fa175fa 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ compose reliable application environments with the push of a button. Project Resources ----------------- -* `Murano Official Documentation `_ +* `Murano Official Documentation `_ * Project status, bugs, and blueprints are tracked on `Launchpad `_ diff --git a/doc/source/admin/appdev-guide/murano_pl/core_lib.rst b/doc/source/admin/appdev-guide/murano_pl/core_lib.rst index 9cee548b5..8859ebd5d 100644 --- a/doc/source/admin/appdev-guide/murano_pl/core_lib.rst +++ b/doc/source/admin/appdev-guide/murano_pl/core_lib.rst @@ -380,7 +380,7 @@ This method uses the ERROR level: file. * `OpenStack networking logging - configuration `_. + configuration `_. .. _status-reporter: diff --git a/doc/source/contributor/stable_branches.rst b/doc/source/contributor/stable_branches.rst index 255caa1f6..493553c24 100644 --- a/doc/source/contributor/stable_branches.rst +++ b/doc/source/contributor/stable_branches.rst @@ -5,7 +5,7 @@ Backporting to stable/branches ============================== Since murano is a big-tent OS project it largely follows the -`OpenStack stable branch guide `_ +`OpenStack stable branch guide `_ Upstream support phases ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/source/install/install.rst b/doc/source/install/install.rst index 0f0b41f03..431130640 100644 --- a/doc/source/install/install.rst +++ b/doc/source/install/install.rst @@ -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 at least the following components installed: Identity service, Image service, Compute service, Networking service, Block Storage service and Orchestration -service. See `OpenStack Install Guides `__. Note that installation and configuration vary by distribution. Currently, diff --git a/setup.cfg b/setup.cfg index 810e6332d..93b338cd1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ description-file = license = Apache License, Version 2.0 author = OpenStack 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 = Development Status :: 5 - Production/Stable Environment :: OpenStack