Skip to content

Commit 2cd0c46

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 6ce87e9 commit 2cd0c46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-datastore/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ how to activate Cloud Datastore for your project.
6767
print(result)
6868
6969
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-datastore.svg
70-
:target: https://pypi.python.org/pypi/google-cloud-datastore
70+
:target: https://pypi.org/project/google-cloud-datastore/
7171
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-datastore.svg
72-
:target: https://pypi.python.org/pypi/google-cloud-datastore
72+
:target: https://pypi.org/project/google-cloud-datastore/

0 commit comments

Comments
 (0)