summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-04-28 20:42:31 +0000
committerGerrit Code Review <review@openstack.org>2023-04-28 20:42:31 +0000
commit8089925e776d0dd139d4d4a6dc8b5988b258ede3 (patch)
tree69ce0d3ddecbb476529c572c5c34dc3b9becdc3f
parent44aee248073728d56bc7f41a815198520ad0c605 (diff)
parentc74e6dad68ec32bcf703f48543310cdffecc53fe (diff)
downloadswift-stable/2023.1.tar.gz
Merge "Update url" into stable/2023.1stable/2023.1
-rw-r--r--README.rst2
-rw-r--r--doc/source/development_middleware.rst2
-rw-r--r--doc/source/development_saio.rst2
-rw-r--r--doc/source/getting_started.rst2
4 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 460c22e0b..b146402aa 100644
--- a/README.rst
+++ b/README.rst
@@ -141,7 +141,7 @@ For Client Apps
---------------
For client applications, official Python language bindings are provided
-at https://github.com/openstack/python-swiftclient.
+at https://opendev.org/openstack/python-swiftclient.
Complete API documentation at
https://docs.openstack.org/api-ref/object-store/
diff --git a/doc/source/development_middleware.rst b/doc/source/development_middleware.rst
index 1f7e9e369..774dab518 100644
--- a/doc/source/development_middleware.rst
+++ b/doc/source/development_middleware.rst
@@ -231,7 +231,7 @@ client applications. A perfect example use-case for user metadata is
object it uploads to implement its ``--changed`` option which will only
upload files that have changed since the last upload.
-.. _python-swiftclient: https://github.com/openstack/python-swiftclient
+.. _python-swiftclient: https://opendev.org/openstack/python-swiftclient
New middleware should avoid storing metadata within the User Metadata
namespace to avoid potential conflict with existing user metadata when
diff --git a/doc/source/development_saio.rst b/doc/source/development_saio.rst
index a072b329c..f3ea96d17 100644
--- a/doc/source/development_saio.rst
+++ b/doc/source/development_saio.rst
@@ -287,7 +287,7 @@ Getting the code
#. Check out the python-swiftclient repo::
- cd $HOME; git clone https://github.com/openstack/python-swiftclient.git
+ cd $HOME; git clone https://opendev.org/openstack/python-swiftclient.git
#. Build a development installation of python-swiftclient::
diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst
index 81d564e8f..284e338ac 100644
--- a/doc/source/getting_started.rst
+++ b/doc/source/getting_started.rst
@@ -37,7 +37,7 @@ CLI client and SDK library
There are many clients in the :ref:`ecosystem <application-bindings>`. The official CLI
and SDK is python-swiftclient.
-* `Source code <https://github.com/openstack/python-swiftclient>`__
+* `Source code <https://opendev.org/openstack/python-swiftclient>`__
* `Python Package Index <https://pypi.org/project/python-swiftclient>`__
----------