From d2800e8e97d65faf5b0d3881846049c08650bb82 Mon Sep 17 00:00:00 2001 From: Wei LingFei Date: Fri, 24 Mar 2023 14:11:44 +0800 Subject: 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 (cherry picked from commit 5032b42b10548bda6d27dba81cfec2f95a67d91b) --- README.rst | 2 +- doc/source/development_middleware.rst | 2 +- doc/source/development_saio.rst | 2 +- doc/source/getting_started.rst | 2 +- 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 f6f044481..968111f21 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -36,7 +36,7 @@ CLI client and SDK library There are many clients in the :ref:`ecosystem `. The official CLI and SDK is python-swiftclient. -* `Source code `_ +* `Source code `_ * `Python Package Index `_ ---------- -- cgit v1.2.1