Skip to content

Commit e941cc7

Browse files
authored
Changing all pypi.python.org links to warehouse links. (#3641)
Done via $ export OLD='https\:\/\/pypi.python.org\/pypi\/' $ export NEW='https\:\/\/pypi.org\/project\/' $ git grep -l ${OLD} | xargs sed -i s/${OLD}/${NEW}/g Then manually going through and adding a trailing slash to all warehouse links. (Though I did undo changes to `docs/json/`.)
1 parent 8916e0f commit e941cc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-resource-manager/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ how to manage projects using this Client Library.
4545
.. _Resource Manager documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/resource-manager/api.html
4646

4747
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-resource-manager.svg
48-
:target: https://pypi.python.org/pypi/google-cloud-resource-manager
48+
:target: https://pypi.org/project/google-cloud-resource-manager/
4949
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-resource-manager.svg
50-
:target: https://pypi.python.org/pypi/google-cloud-resource-manager
50+
:target: https://pypi.org/project/google-cloud-resource-manager/

0 commit comments

Comments
 (0)