Skip to content

Commit 38fdc06

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 143847b commit 38fdc06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-translate/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ See the ``google-cloud-python`` API Translation `Documentation`_ to learn
4242
how to translate text using this library.
4343

4444
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-translate.svg
45-
:target: https://pypi.python.org/pypi/google-cloud-translate
45+
:target: https://pypi.org/project/google-cloud-translate/
4646
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-translate.svg
47-
:target: https://pypi.python.org/pypi/google-cloud-translate
47+
:target: https://pypi.org/project/google-cloud-translate/

0 commit comments

Comments
 (0)