Skip to content

Commit b4f135c

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 608c6fe commit b4f135c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-monitoring/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ to connect to Stackdriver Monitoring using this Client Library.
6767
.. _monitoring documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/monitoring/usage.html
6868

6969
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-monitoring.svg
70-
:target: https://pypi.python.org/pypi/google-cloud-monitoring
70+
:target: https://pypi.org/project/google-cloud-monitoring/
7171
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-monitoring.svg
72-
:target: https://pypi.python.org/pypi/google-cloud-monitoring
72+
:target: https://pypi.org/project/google-cloud-monitoring/

0 commit comments

Comments
 (0)