diff --git a/HACKING.rst b/HACKING.rst index 588d270f5..54188d010 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ tripleo-common Style Commandments ================================= -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/README.rst b/README.rst index d914bb879..1e6bd6ef0 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ tripleo-common A common library for TripleO workflows. * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/tripleo-common +* Documentation: https://docs.openstack.org/tripleo-common/latest/ * Source: http://git.openstack.org/cgit/openstack/tripleo-common * Bugs: http://bugs.launchpad.net/tripleo-common diff --git a/doc/source/tripleo-mistral.rst b/doc/source/tripleo-mistral.rst index d06fd9cab..58b716cec 100644 --- a/doc/source/tripleo-mistral.rst +++ b/doc/source/tripleo-mistral.rst @@ -16,7 +16,7 @@ Undercloud Setup ================ To install the undercloud follow the `TripleO developer documentation -`_. +`_. ============= Code Location @@ -47,7 +47,7 @@ Mistral actions can be run through the CLI: openstack action execution run tripleo.plan.create_container input.json For REST API usage please reference the `full Mistral documentation -`_. +`_. =============== Using Workflows @@ -71,7 +71,7 @@ can be used to get the status and output of that workflow execution. openstack workflow execution show output For REST API usage please reference the `full Mistral documentation -`_. +`_. By default a workflow execution expires after 48 hours. This can be configured in /etc/mistral/mistral.conf. diff --git a/releasenotes/notes/redfish-550a0e0f0fd4ea41.yaml b/releasenotes/notes/redfish-550a0e0f0fd4ea41.yaml index 9bb223a12..4e0b14b18 100644 --- a/releasenotes/notes/redfish-550a0e0f0fd4ea41.yaml +++ b/releasenotes/notes/redfish-550a0e0f0fd4ea41.yaml @@ -3,4 +3,4 @@ features: - | Add support for enrolling nodes using Redfish protocol for management. Requires additional field ``pm_system_id``, see `documentation - `_. + `_. diff --git a/scripts/upload-swift-artifacts b/scripts/upload-swift-artifacts index b537598f2..f2d719d61 100755 --- a/scripts/upload-swift-artifacts +++ b/scripts/upload-swift-artifacts @@ -120,7 +120,7 @@ else fi function get_tempurl { - # https://docs.openstack.org/developer/swift/api/temporary_url_middleware.html#hmac-sha1-signature-for-temporary-urls + # https://docs.openstack.org/swift/latest/api/temporary_url_middleware.html#hmac-sha1-signature-for-temporary-urls local FILE="$1" local SWIFT_METHOD='GET' local SWIFT_PATH="/v1/${SWIFT_ACCOUNT}/${CONTAINER_NAME}/$(basename $FILE)" diff --git a/tripleo_common/i18n.py b/tripleo_common/i18n.py index 52a538a6d..86f3df3ac 100644 --- a/tripleo_common/i18n.py +++ b/tripleo_common/i18n.py @@ -14,7 +14,7 @@ # License for the specific language governing permissions and limitations # under the License. -# http://docs.openstack.org/developer/oslo.i18n/usage.html +# https://docs.openstack.org/oslo.i18n/latest/user/usage.html import oslo_i18n as i18n