Commit b4f135c
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 608c6fe commit b4f135c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
0 commit comments