From c3e8fe6082bd9e4a0ffe2bc8d08df93f63f8dd8b Mon Sep 17 00:00:00 2001 From: ShangXiao Date: Tue, 27 Feb 2018 01:21:31 -0800 Subject: [PATCH] Replace the old links in docs Replace the old http links with the lastest ones according to the OpenStack websites. Change-Id: I0adaabad70c67df885cccce744b4db447c8a0f75 --- README.rst | 10 +++++----- setup.cfg | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index df9cd31c..9434cd7e 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/tripleo-docs.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/tc/badges/tripleo-docs.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on @@ -12,7 +12,7 @@ TripleO Documentation This is the documentation source for the TripleO project. You can read the generated documentation at `TripleO -Docs `__. +Docs `__. You can find out more about TripleO at the `TripleO Wiki `__. @@ -27,7 +27,7 @@ Reviews `__. General information about contributing to the OpenStack documentation available at `OpenStack Documentation Contributor -Guide `__ +Guide `__ Quick Start ----------- @@ -36,7 +36,7 @@ The following is a quick set of instructions to get you up and running by building the TripleO documentation locally. The first step is to get your Python environment configured. Information on configuring is available at `Python Project -Guide `__ +Guide `__ Next you can generate the documentation using the following command. Be sure to run all the commands from within the recently checked out diff --git a/setup.cfg b/setup.cfg index 89bbdf77..9fb6b7f1 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://docs.openstack.org/tripleo-docs +home-page = https://docs.openstack.org/tripleo-docs/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology