Skip to content

Commit 5e5cad1

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 e146cc5 commit 5e5cad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ See the ``google-cloud-python`` API Error Reporting `Documentation`_ to learn
4747
how to get started using this library.
4848

4949
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-error-reporting.svg
50-
:target: https://pypi.python.org/pypi/google-cloud-error-reporting
50+
:target: https://pypi.org/project/google-cloud-error-reporting/
5151
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-error-reporting.svg
52-
:target: https://pypi.python.org/pypi/google-cloud-error-reporting
52+
:target: https://pypi.org/project/google-cloud-error-reporting/

0 commit comments

Comments
 (0)