summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWei LingFei <weilingfei@uniontech.com>2023-03-24 14:11:44 +0800
committerHan Guangyu <weilingfei@uniontech.com>2023-03-24 14:44:18 +0800
commit5032b42b10548bda6d27dba81cfec2f95a67d91b (patch)
tree1d8040cc8fb6f3c074864130f20779203a88a36d /doc
parent6d3d4197151f44bf28b51257c1a4c5d33411dcae (diff)
downloadswift-5032b42b10548bda6d27dba81cfec2f95a67d91b.tar.gz
Update url
The OpenStack project is currently maintained on opendev.org, with github.com serving as a mirror repository. Replace the source code repository address for the python-swiftclient project from github.com to opendev.org. Change-Id: I650a80cb45febc457c42360061faf3a9799e6131
Diffstat (limited to 'doc')
-rw-r--r--doc/source/development_middleware.rst2
-rw-r--r--doc/source/development_saio.rst2
-rw-r--r--doc/source/getting_started.rst2
3 files changed, 3 insertions, 3 deletions
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>`__
----------