Commit 5cf31e7
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
0 commit comments