Optimize the link address
Use https instead of http to ensure the safety Change-Id: I4214c69daa36c41ec29249c1e5a9fa24b1b80dba
This commit is contained in:
parent
29e5afd865
commit
8a344c6ac6
@ -25,7 +25,7 @@ change them as you like.
|
|||||||
#. You need to install Stackalytics. This is done with pip after you check out
|
#. You need to install Stackalytics. This is done with pip after you check out
|
||||||
Stackalytics repository::
|
Stackalytics repository::
|
||||||
|
|
||||||
$ git clone http://git.openstack.org/openstack/stackalytics
|
$ git clone https://git.openstack.org/openstack/stackalytics
|
||||||
$ cd stackalytics
|
$ cd stackalytics
|
||||||
$ sudo pip install -r requirements.txt
|
$ sudo pip install -r requirements.txt
|
||||||
$ sudo python setup.py install
|
$ sudo python setup.py install
|
||||||
@ -47,10 +47,10 @@ change them as you like.
|
|||||||
|
|
||||||
|
|
||||||
Project Info
|
Project Info
|
||||||
-------------
|
------------
|
||||||
|
|
||||||
* Web-site: http://stackalytics.com/
|
* 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
|
* Wiki: https://wiki.openstack.org/wiki/Stackalytics
|
||||||
* Launchpad: https://launchpad.net/stackalytics
|
* Launchpad: https://launchpad.net/stackalytics
|
||||||
* Blueprints: https://blueprints.launchpad.net/stackalytics
|
* Blueprints: https://blueprints.launchpad.net/stackalytics
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Code Reviews with Gerrit
|
Code Reviews with Gerrit
|
||||||
========================
|
========================
|
||||||
|
|
||||||
Stackalytics uses the `Gerrit`_ tool to review proposed code changes. The review site
|
Stackalytics uses the `Gerrit`_ tool to review proposed code changes.
|
||||||
is http://review.openstack.org.
|
The review site is https://review.openstack.org.
|
||||||
|
|
||||||
Gerrit is a complete replacement for Github pull requests. `All Github pull
|
Gerrit is a complete replacement for Github pull requests. `All Github pull
|
||||||
requests to the Stackalytics repository will be ignored`.
|
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.
|
documentation on how to work with Gerrit.
|
||||||
|
|
||||||
.. _Gerrit: http://code.google.com/p/gerrit
|
.. _Gerrit: http://code.google.com/p/gerrit
|
||||||
.. _Development Workflow: 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: http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
.. _Gerrit Workflow Quick Reference: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
@ -2,7 +2,7 @@ Project hosting with Launchpad
|
|||||||
==============================
|
==============================
|
||||||
|
|
||||||
The Stackalytics project homepage on Launchpad is
|
The Stackalytics project homepage on Launchpad is
|
||||||
http://launchpad.net/stackalytics.
|
https://launchpad.net/stackalytics.
|
||||||
|
|
||||||
|
|
||||||
Bug tracking
|
Bug tracking
|
||||||
|
@ -5,7 +5,7 @@ description-file =
|
|||||||
README.rst
|
README.rst
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-dev@lists.openstack.org
|
author-email = openstack-dev@lists.openstack.org
|
||||||
home-page = http://www.openstack.org/
|
home-page = https://www.openstack.org/
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Developers
|
Intended Audience :: Developers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user