Skip to content

Commit

Permalink
Changing all pypi.python.org links to warehouse links. (#3641)
Browse files Browse the repository at this point in the history
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/`.)
  • Loading branch information
dhermes authored Jul 20, 2017
1 parent ff33f84 commit 3cd2a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-speech/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ connect to the Google Cloud Speech API using this Client Library.

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

0 comments on commit 3cd2a25

Please sign in to comment.