summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorjacky06 <zhang.min@99cloud.net>2019-04-23 13:25:13 +0800
committerjacky06 <zhang.min@99cloud.net>2019-04-26 10:31:26 +0800
commit9b7bcbda2f1993c563031df7ea6ae7b9a386beeb (patch)
treedf8dc22e3c1f284bad8588688bd645be5fab876a /doc/source
parent433d34ed4149ad2dcbb860b07754dea25cb43407 (diff)
downloadoslo-messaging-9b7bcbda2f1993c563031df7ea6ae7b9a386beeb.tar.gz
Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Ib4a523adf3275a8727d5a4f2a149e163a81be3cc
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/admin/AMQP1.0.rst4
-rw-r--r--doc/source/admin/kafka.rst6
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/admin/AMQP1.0.rst b/doc/source/admin/AMQP1.0.rst
index 562617f..9c5d1b4 100644
--- a/doc/source/admin/AMQP1.0.rst
+++ b/doc/source/admin/AMQP1.0.rst
@@ -24,7 +24,7 @@ More detail regarding the AMQP 1.0 Protocol is available from the
More detail regarding the driver's implementation is available from
the `oslo specification`_.
-.. _oslo specification: https://git.openstack.org/cgit/openstack/oslo-specs/tree/specs/juno/amqp10-driver-implementation.rst
+.. _oslo specification: https://opendev.org/openstack/oslo-specs/src/branch/master/specs/juno/amqp10-driver-implementation.rst
========
Abstract
@@ -586,7 +586,7 @@ repository must be enabled. For example:
::
[[local|localrc]]
- enable_plugin amqp1 https://git.openstack.org/openstack/devstack-plugin-amqp1
+ enable_plugin amqp1 https://opendev.org/openstack/devstack-plugin-amqp1
Set the username and password variables if needed for the
configuration:
diff --git a/doc/source/admin/kafka.rst b/doc/source/admin/kafka.rst
index 61e35da..3c0505c 100644
--- a/doc/source/admin/kafka.rst
+++ b/doc/source/admin/kafka.rst
@@ -18,8 +18,8 @@ More detail regarding the driver's implementation is available from
the `adding kafka driver specification`_ and the `update kafka driver
specification`_ .
-.. _adding kafka driver specification: https://git.openstack.org/cgit/openstack/oslo-specs/tree/specs/liberty/adding-kafka-support.rst
-.. _update kafka driver specification: https://git.openstack.org/cgit/openstack/oslo-specs/tree/specs/queens/update-kafka-support.rst
+.. _adding kafka driver specification: https://opendev.org/openstack/oslo-specs/src/branch/master/specs/liberty/adding-kafka-support.rst
+.. _update kafka driver specification: https://opendev.org/openstack/oslo-specs/src/branch/master/specs/queens/update-kafka-support.rst
========
Overview
@@ -211,7 +211,7 @@ plugin repository must be enabled. For example:
::
[[local|localrc]]
- enable_plugin kafka https://git.openstack.org/openstack/devstack-plugin-kafka
+ enable_plugin kafka https://opendev.org/openstack/devstack-plugin-kafka
Set the Kafka and Scala version and location variables if needed for