You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2022/05/30 17:06:25 UTC

[libcloud] 01/02: Fix git repo link in the readme.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 0e60acc377f6615d69d29184470bfba227f2c3fa
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon May 30 19:05:05 2022 +0200

    Fix git repo link in the readme.
---
 docs/committer_guide.rst | 6 +++---
 docs/getting_started.rst | 2 +-
 docs/upgrade_notes.rst   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/committer_guide.rst b/docs/committer_guide.rst
index 962225293..18cb2495c 100644
--- a/docs/committer_guide.rst
+++ b/docs/committer_guide.rst
@@ -314,7 +314,7 @@ Body::
     This bug could manifest itself while uploading a file with some of the storage providers.
 
     Besides this bug fix, it includes a couple of other smaller bug fixes and changes. Full change log
-    can be found at https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES;h=b7747f777afdeb63bcacf496d1d034f1b3287c31;hb=c4b3daae946049652a500a8515929b4cbf14a6b4
+    can be found at https://git.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES;h=b7747f777afdeb63bcacf496d1d034f1b3287c31;hb=c4b3daae946049652a500a8515929b4cbf14a6b4
 
     Release artifacts can be found at http://people.apache.org/~tomaz/libcloud/.
 
@@ -406,7 +406,7 @@ Body::
     Content-Length regression which broke create and update operations in
     the Bluebox Compute and Azure Storage driver (LIBCLOUD-362, LIBCLOUD-3901).
 
-    Full change log can be found at <https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES;h=ca90c84e296ca82e2206eb86ed7364c588aad503;hb=602b6a7a27dca6990a38eb887e1d6615826387d5>
+    Full change log can be found at <https://git.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES;h=ca90c84e296ca82e2206eb86ed7364c588aad503;hb=602b6a7a27dca6990a38eb887e1d6615826387d5>
 
     Download
 
@@ -446,6 +446,6 @@ Body::
 
     Thanks to everyone who contributed and made this release possible! Full list of
     people who contributed to this release can be found in the CHANGES file
-    <https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES;h=ca90c84e296ca82e2206eb86ed7364c588aad503;hb=602b6a7a27dca6990a38eb887e1d6615826387d5>.
+    <https://git.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES;h=ca90c84e296ca82e2206eb86ed7364c588aad503;hb=602b6a7a27dca6990a38eb887e1d6615826387d5>.
 
 .. _`PyPi release management page`: https://pypi.python.org/pypi?%3Aaction=pkg_edit&name=apache-libcloud
diff --git a/docs/getting_started.rst b/docs/getting_started.rst
index c407e9c5a..ae0d9b083 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -17,7 +17,7 @@ You can install latest development version from our Git repository:
 
 .. sourcecode:: bash
 
-    pip install -e git+https://git-wip-us.apache.org/repos/asf/libcloud.git@trunk#egg=apache-libcloud
+    pip install -e git+https://git.apache.org/repos/asf/libcloud.git@trunk#egg=apache-libcloud
 
 Upgrading
 ---------
diff --git a/docs/upgrade_notes.rst b/docs/upgrade_notes.rst
index c26cf2f0b..e9910a6e8 100644
--- a/docs/upgrade_notes.rst
+++ b/docs/upgrade_notes.rst
@@ -1064,7 +1064,7 @@ Libcloud 0.8
   instance.
 
 For a full list of changes, please see the `CHANGES file
-<https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES;h=fd1f9cd8917bf9d9c5f4d5344872dbccba894444;hb=b26812db71e6c36be3cc5f7fcb87f82b267bfddd>`__.
+<https://git.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES;h=fd1f9cd8917bf9d9c5f4d5344872dbccba894444;hb=b26812db71e6c36be3cc5f7fcb87f82b267bfddd>`__.
 
 Libcloud 0.7
 ------------
@@ -1111,7 +1111,7 @@ In the ``contrib/`` directory you can also find a simple bash script which can
 perform a search and replace for you - `migrate_paths.py <https://svn.apache.org/repos/asf/libcloud/trunk/contrib/migrate_paths.sh>`_.
 
 For a full list of changes, please see the `CHANGES file
-<https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES;h=276948338c2581de1178e51f7f7cdbd4e7ba9286;hb=2ad8f3fa1f258d6c53d7b058cdc6cd9ab1fd579b>`__.
+<https://git.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES;h=276948338c2581de1178e51f7f7cdbd4e7ba9286;hb=2ad8f3fa1f258d6c53d7b058cdc6cd9ab1fd579b>`__.
 
 Libcloud 0.6
 ------------