Merge "Optimize the link address"

This commit is contained in:
Jenkins
2017-06-08 07:06:17 +00:00
committed by Gerrit Code Review
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