From 8a344c6ac67a9569dd4de4a7004738f4cbf83cc0 Mon Sep 17 00:00:00 2001 From: Van Hung Pham Date: Thu, 8 Jun 2017 00:44:47 +0700 Subject: [PATCH] Optimize the link address Use https instead of http to ensure the safety Change-Id: I4214c69daa36c41ec29249c1e5a9fa24b1b80dba --- README.rst | 6 +++--- doc/source/devref/gerrit.rst | 8 ++++---- doc/source/devref/launchpad.rst | 2 +- setup.cfg | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 73ea3978b..b194ea5d7 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ change them as you like. #. You need to install Stackalytics. This is done with pip after you check out Stackalytics repository:: - $ git clone http://git.openstack.org/openstack/stackalytics + $ git clone https://git.openstack.org/openstack/stackalytics $ cd stackalytics $ sudo pip install -r requirements.txt $ sudo python setup.py install @@ -47,10 +47,10 @@ change them as you like. Project Info -------------- +------------ * Web-site: http://stackalytics.com/ - * Source Code: http://git.openstack.org/cgit/openstack/stackalytics + * Source Code: https://git.openstack.org/cgit/openstack/stackalytics * Wiki: https://wiki.openstack.org/wiki/Stackalytics * Launchpad: https://launchpad.net/stackalytics * Blueprints: https://blueprints.launchpad.net/stackalytics diff --git a/doc/source/devref/gerrit.rst b/doc/source/devref/gerrit.rst index d3c817ca2..578daea44 100644 --- a/doc/source/devref/gerrit.rst +++ b/doc/source/devref/gerrit.rst @@ -1,8 +1,8 @@ Code Reviews with Gerrit ======================== -Stackalytics uses the `Gerrit`_ tool to review proposed code changes. The review site -is http://review.openstack.org. +Stackalytics uses the `Gerrit`_ tool to review proposed code changes. +The review site is https://review.openstack.org. Gerrit is a complete replacement for Github pull requests. `All Github pull requests to the Stackalytics repository will be ignored`. @@ -12,5 +12,5 @@ started using Gerrit. See `Development Workflow`_ for more detailed documentation on how to work with Gerrit. .. _Gerrit: http://code.google.com/p/gerrit -.. _Development Workflow: http://docs.openstack.org/infra/manual/developers.html#development-workflow -.. _Gerrit Workflow Quick Reference: http://docs.openstack.org/infra/manual/developers.html#development-workflow \ No newline at end of file +.. _Development Workflow: https://docs.openstack.org/infra/manual/developers.html#development-workflow +.. _Gerrit Workflow Quick Reference: https://docs.openstack.org/infra/manual/developers.html#development-workflow \ No newline at end of file diff --git a/doc/source/devref/launchpad.rst b/doc/source/devref/launchpad.rst index fd3fe7aef..d20195e62 100644 --- a/doc/source/devref/launchpad.rst +++ b/doc/source/devref/launchpad.rst @@ -2,7 +2,7 @@ Project hosting with Launchpad ============================== The Stackalytics project homepage on Launchpad is -http://launchpad.net/stackalytics. +https://launchpad.net/stackalytics. Bug tracking diff --git a/setup.cfg b/setup.cfg index f8c72a2ff..1e82ebd80 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://www.openstack.org/ +home-page = https://www.openstack.org/ classifier = Environment :: OpenStack Intended Audience :: Developers