Optimize the link address

Use https instead of http to ensure the safety

Change-Id: I4214c69daa36c41ec29249c1e5a9fa24b1b80dba
This commit is contained in:
Van Hung Pham 2017-06-08 00:44:47 +07:00
parent 29e5afd865
commit 8a344c6ac6
4 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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
.. _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

View File

@ -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

View File

@ -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