Advancing the protocal of the website to HTTPS in README.rst.

Change-Id: I42c644e1e76c161ef0bd7473bf3996cb485f03e4
This commit is contained in:
zhouxinyong 2018-11-14 01:10:03 +08:00
parent 074a84df78
commit e1cd64caef
3 changed files with 6 additions and 6 deletions

View File

@ -107,7 +107,7 @@ repository:
SEE ALSO SEE ALSO
======== ========
* `OpenStack Documentation <http://wiki.openstack.org/wiki/Documentation>`__ * `OpenStack Documentation <https://wiki.openstack.org/wiki/Documentation>`__
Bugs Bugs
==== ====

View File

@ -4,4 +4,4 @@ other:
now places a marker file in the root of each directory. This now places a marker file in the root of each directory. This
marker file is needed for proper publishing in the OpenStack CI marker file is needed for proper publishing in the OpenStack CI
environment. For details, see environment. For details, see
http://specs.openstack.org/openstack-infra/infra-specs/specs/doc-publishing.html. https://specs.openstack.org/openstack-infra/infra-specs/specs/doc-publishing.html.

View File

@ -2,7 +2,7 @@
Sitemap Generator Sitemap Generator
================= =================
This script crawls all available sites on http://docs.openstack.org and This script crawls all available sites on https://docs.openstack.org and
extracts all URLs. Based on the URLs the script generates a sitemap for search extracts all URLs. Based on the URLs the script generates a sitemap for search
engines according to the `sitemaps protocol engines according to the `sitemaps protocol
<http://www.sitemaps.org/protocol.html>`_. <http://www.sitemaps.org/protocol.html>`_.
@ -40,7 +40,7 @@ To generate a new sitemap file, change into your local clone of the
$ scrapy crawl sitemap $ scrapy crawl sitemap
The script takes several minutes to crawl all available The script takes several minutes to crawl all available
sites on http://docs.openstack.org. The result is available in the sites on https://docs.openstack.org. The result is available in the
``sitemap_docs.openstack.org.xml`` file. ``sitemap_docs.openstack.org.xml`` file.
Options Options
@ -50,7 +50,7 @@ domain=URL
Sets the ``domain`` to crawl. Default is ``docs.openstack.org``. Sets the ``domain`` to crawl. Default is ``docs.openstack.org``.
For example, to crawl http://developer.openstack.org use the following For example, to crawl https://developer.openstack.org use the following
command: command:
.. code-block:: console .. code-block:: console
@ -68,7 +68,7 @@ urls=URL
.. code-block:: console .. code-block:: console
$ scrapy crawl sitemap -a domain=developer.openstack.org -a urls="http://developer.openstack.org/de/api-guide/quick-start/" $ scrapy crawl sitemap -a domain=developer.openstack.org -a urls="https://developer.openstack.org/de/api-guide/quick-start/"
LOG_FILE=FILE LOG_FILE=FILE