diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 1edbb373e2..a9c09b938a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,12 +1,12 @@ If you would like to contribute to the development of OpenStack, you must follow the steps in this page: - http://docs.openstack.org/infra/manual/developers.html + https://docs.openstack.org/infra/manual/developers.html Once those steps have been completed, changes to OpenStack should be submitted for review via the Gerrit tool, following the workflow documented at: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. diff --git a/PROCESS.rst b/PROCESS.rst index 6e9fbf514a..e7faa3c23c 100644 --- a/PROCESS.rst +++ b/PROCESS.rst @@ -97,7 +97,7 @@ Between Milestone-2 and Milestone-3 some cases they will need to get the group created by Infra. 4. Notify the Infrastructure team to `generate - Events
  • Jobs
  • Companies
  • -
  • Contribute
  • +
  • Contribute
  • Documentation

  • - Docs + Docs
  • diff --git a/doc/source/_themes/releases/navigation.html b/doc/source/_themes/releases/navigation.html index 8a78522b42..a2de531012 100644 --- a/doc/source/_themes/releases/navigation.html +++ b/doc/source/_themes/releases/navigation.html @@ -21,9 +21,9 @@ Wiki
  • - Glossary + Glossary
  • - Documentation + Documentation
  • diff --git a/doc/source/index.rst b/doc/source/index.rst index 18504723b1..91ba99f78d 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -107,9 +107,9 @@ updates. * * -.. _Phase I -- Latest release: http://docs.openstack.org/project-team-guide/stable-branches.html#support-phases -.. _Phase II -- Maintained release: http://docs.openstack.org/project-team-guide/stable-branches.html#support-phases -.. _Phase III -- Legacy release: http://docs.openstack.org/project-team-guide/stable-branches.html#support-phases +.. _Phase I -- Latest release: https://docs.openstack.org/project-team-guide/stable-branches.html#support-phases +.. _Phase II -- Maintained release: https://docs.openstack.org/project-team-guide/stable-branches.html#support-phases +.. _Phase III -- Legacy release: https://docs.openstack.org/project-team-guide/stable-branches.html#support-phases .. toctree:: :glob: @@ -193,7 +193,7 @@ date ranges during which each key was in general use. .. _`key 0xc96bfb160752606daa0de2fa05eb5792c876df9a`: _static/0xc96bfb160752606daa0de2fa05eb5792c876df9a.txt .. __: https://sks-keyservers.net/pks/lookup?op=vindex&search=0xc96bfb160752606daa0de2fa05eb5792c876df9a&fingerprint=on -.. _`centrally-managed OpenPGP keys`: http://docs.openstack.org/infra/system-config/signing.html +.. _`centrally-managed OpenPGP keys`: https://docs.openstack.org/infra/system-config/signing.html .. _`OpenStack Infrastructure team`: https://governance.openstack.org/tc/reference/projects/infrastructure.html References diff --git a/doc/source/mitaka/index.rst b/doc/source/mitaka/index.rst index 851f507de6..4da108ec4b 100644 --- a/doc/source/mitaka/index.rst +++ b/doc/source/mitaka/index.rst @@ -11,9 +11,9 @@ Documentation: * `Mitaka Manuals`_ * `Mitaka Documentation Changes`_ -.. _Mitaka Manuals: http://docs.openstack.org/mitaka/ +.. _Mitaka Manuals: https://docs.openstack.org/mitaka/ -.. _Mitaka Documentation Changes: http://docs.openstack.org/releasenotes/openstack-manuals/mitaka.html +.. _Mitaka Documentation Changes: https://docs.openstack.org/releasenotes/openstack-manuals/mitaka.html .. deliverable:: :series: mitaka diff --git a/doc/source/newton/index.rst b/doc/source/newton/index.rst index 8ed4365183..1c6dc323c1 100644 --- a/doc/source/newton/index.rst +++ b/doc/source/newton/index.rst @@ -11,9 +11,9 @@ Documentation: * `Newton Manuals`_ * `Newton Documentation Changes`_ -.. _Newton Manuals: http://docs.openstack.org/newton/ +.. _Newton Manuals: https://docs.openstack.org/newton/ -.. _Newton Documentation Changes: http://docs.openstack.org/releasenotes/openstack-manuals/newton.html +.. _Newton Documentation Changes: https://docs.openstack.org/releasenotes/openstack-manuals/newton.html .. deliverable:: :series: newton diff --git a/doc/source/ocata/index.rst b/doc/source/ocata/index.rst index 6d76747a47..b5565eac73 100644 --- a/doc/source/ocata/index.rst +++ b/doc/source/ocata/index.rst @@ -11,9 +11,9 @@ Documentation: * `Ocata Manuals`_ * `Ocata Documentation Changes`_ -.. _Ocata Manuals: http://docs.openstack.org/ocata/ +.. _Ocata Manuals: https://docs.openstack.org/ocata/ -.. _Ocata Documentation Changes: http://docs.openstack.org/releasenotes/openstack-manuals/ocata.html +.. _Ocata Documentation Changes: https://docs.openstack.org/releasenotes/openstack-manuals/ocata.html .. deliverable:: diff --git a/openstack_releases/cmds/interactive_release.py b/openstack_releases/cmds/interactive_release.py index d15093a3dc..863bf54c78 100644 --- a/openstack_releases/cmds/interactive_release.py +++ b/openstack_releases/cmds/interactive_release.py @@ -35,7 +35,7 @@ from tqdm import tqdm from openstack_releases import gitutils from openstack_releases import yamlutils -NOTES_URL_TPL = 'http://docs.openstack.org/releasenotes/%s/%s.html' +NOTES_URL_TPL = 'https://docs.openstack.org/releasenotes/%s/%s.html' RELEASE_INCREMENTS = { 'bugfix': (0, 0, 1), 'feature': (0, 1, 0), diff --git a/openstack_releases/tests/CrossProjectLiaisons.txt b/openstack_releases/tests/CrossProjectLiaisons.txt index c9b6c7ff0d..322fafbd73 100644 --- a/openstack_releases/tests/CrossProjectLiaisons.txt +++ b/openstack_releases/tests/CrossProjectLiaisons.txt @@ -66,7 +66,7 @@ There are now more projects consuming code from the Oslo incubator than we have == Release management == -The Release Management Liaison is responsible for communication with the Release Management team. Its tasks are described in the project team guide: http://docs.openstack.org/project-team-guide/release-management.html . That task has been traditionally filled by the PTL, but they may now delegate this task if they wish. +The Release Management Liaison is responsible for communication with the Release Management team. Its tasks are described in the project team guide: https://docs.openstack.org/project-team-guide/release-management.html . That task has been traditionally filled by the PTL, but they may now delegate this task if they wish. * By default, the liaison will be the PTL. * The liaison may further delegate work to other subject matter experts @@ -618,7 +618,7 @@ Nova - Neutron: https://etherpad.openstack.org/p/nova-neutron == Cross-Project Spec Liaisons == -The OpenStack project relies on the cross-project spec liaisons from each participating project to help with coordination and cross-project spec related tasks. See full set of [http://docs.openstack.org/project-team-guide/cross-project.html#cross-project-specification-liaisons responsibilities] The liaison defaults to the PTL, but the PTL can also delegate the responsibilities to someone else on the team by updating this tableː +The OpenStack project relies on the cross-project spec liaisons from each participating project to help with coordination and cross-project spec related tasks. See full set of [https://docs.openstack.org/project-team-guide/cross-project.html#cross-project-specification-liaisons responsibilities] The liaison defaults to the PTL, but the PTL can also delegate the responsibilities to someone else on the team by updating this tableː {| class="wikitable" |- diff --git a/openstack_releases/tests/test_governance.py b/openstack_releases/tests/test_governance.py index 31cccf9336..a78dc8fc2f 100644 --- a/openstack_releases/tests/test_governance.py +++ b/openstack_releases/tests/test_governance.py @@ -51,7 +51,7 @@ Release Management: repos: - openstack/reno docs: - contributor: http://docs.openstack.org/developer/reno/ + contributor: https://docs.openstack.org/developer/reno/ specs-cookiecutter: repos: - openstack-dev/specs-cookiecutter diff --git a/openstack_releases/tests/test_validate.py b/openstack_releases/tests/test_validate.py index e090c5a90a..b389a5f4c4 100644 --- a/openstack_releases/tests/test_validate.py +++ b/openstack_releases/tests/test_validate.py @@ -209,7 +209,7 @@ class TestValidateReleaseNotes(base.BaseTestCase): warnings = [] errors = [] validate.validate_release_notes( - {'release-notes': 'http://docs.openstack.org/no-such-page'}, + {'release-notes': 'https://docs.openstack.org/no-such-page'}, warnings.append, errors.append, ) @@ -221,7 +221,7 @@ class TestValidateReleaseNotes(base.BaseTestCase): errors = [] validate.validate_release_notes( {'release-notes': - 'http://docs.openstack.org/releasenotes/oslo.config'}, + 'https://docs.openstack.org/releasenotes/oslo.config'}, warnings.append, errors.append, ) @@ -234,7 +234,7 @@ class TestValidateReleaseNotes(base.BaseTestCase): validate.validate_release_notes( { 'release-notes': { - 'openstack/releases': 'http://docs.openstack.org/no-such-page', + 'openstack/releases': 'https://docs.openstack.org/no-such-page', } }, warnings.append, @@ -249,7 +249,7 @@ class TestValidateReleaseNotes(base.BaseTestCase): validate.validate_release_notes( { 'release-notes': { - 'openstack/releases': 'http://docs.openstack.org/releasenotes/oslo.config', + 'openstack/releases': 'https://docs.openstack.org/releasenotes/oslo.config', } }, warnings.append, @@ -976,7 +976,7 @@ class TestValidateNewReleases(base.BaseTestCase): repos: - openstack/reno docs: - contributor: http://docs.openstack.org/developer/reno/ + contributor: https://docs.openstack.org/developer/reno/ specs-cookiecutter: repos: - openstack-dev/specs-cookiecutter