Skip to content

Commit 5cf31e7

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 d3f140c commit 5cf31e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-python-speech/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ connect to the Google Cloud Speech API using this Client Library.
4343

4444
.. _speech documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/speech/usage.html
4545
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-speech.svg
46-
:target: https://pypi.python.org/pypi/google-cloud-speech
46+
:target: https://pypi.org/project/google-cloud-speech/
4747
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-speech.svg
48-
:target: https://pypi.python.org/pypi/google-cloud-speech
48+
:target: https://pypi.org/project/google-cloud-speech/

0 commit comments

Comments
 (0)