diff --git a/doc/source/man/openstack-doc-test.rst b/doc/source/man/openstack-doc-test.rst index ab791f43..fe69b324 100644 --- a/doc/source/man/openstack-doc-test.rst +++ b/doc/source/man/openstack-doc-test.rst @@ -107,7 +107,7 @@ repository: SEE ALSO ======== -* `OpenStack Documentation `__ +* `OpenStack Documentation `__ Bugs ==== diff --git a/releasenotes/notes/afs-docs-952f940dc7c47408.yaml b/releasenotes/notes/afs-docs-952f940dc7c47408.yaml index 662ffed3..ed5a6d73 100644 --- a/releasenotes/notes/afs-docs-952f940dc7c47408.yaml +++ b/releasenotes/notes/afs-docs-952f940dc7c47408.yaml @@ -4,4 +4,4 @@ other: now places a marker file in the root of each directory. This marker file is needed for proper publishing in the OpenStack CI 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. diff --git a/sitemap/README.rst b/sitemap/README.rst index 4c65cbc6..7196b3d9 100644 --- a/sitemap/README.rst +++ b/sitemap/README.rst @@ -2,7 +2,7 @@ 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 engines according to the `sitemaps protocol `_. @@ -40,7 +40,7 @@ To generate a new sitemap file, change into your local clone of the $ scrapy crawl sitemap 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. Options @@ -50,7 +50,7 @@ domain=URL 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: .. code-block:: console @@ -68,7 +68,7 @@ urls=URL .. 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