Skip to content

Commit 5defb35

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 e1b2507 commit 5defb35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-language/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ See the ``google-cloud-python`` API Natural Language `Documentation`_ to learn
4646
how to analyze text with this API.
4747

4848
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-language.svg
49-
:target: https://pypi.python.org/pypi/google-cloud-language
49+
:target: https://pypi.org/project/google-cloud-language/
5050
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-language.svg
51-
:target: https://pypi.python.org/pypi/google-cloud-language
51+
:target: https://pypi.org/project/google-cloud-language/

0 commit comments

Comments
 (0)