mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Update some URLs to point to github.com
This commit is contained in:
parent
2bf44191da
commit
4d84fec42e
3 changed files with 3 additions and 3 deletions
2
README
2
README
|
@ -11,7 +11,7 @@ software is significantly impaired without said property included. Any use of
|
||||||
this copyrighted property is at your own legal risk.
|
this copyrighted property is at your own legal risk.
|
||||||
|
|
||||||
A complete revision history of this software is available from
|
A complete revision history of this software is available from
|
||||||
http://git.veekun.com/.
|
https://github.com/veekun/pokedex.
|
||||||
|
|
||||||
Contributors:
|
Contributors:
|
||||||
Alex Munroe (Eevee): git@veekun.com
|
Alex Munroe (Eevee): git@veekun.com
|
||||||
|
|
|
@ -65,7 +65,7 @@ Getting and installing pokedex
|
||||||
|
|
||||||
Run the following from an empty directory::
|
Run the following from an empty directory::
|
||||||
|
|
||||||
$ git clone git://git.veekun.com/pokedex.git
|
$ git clone git://github.com/veekun/pokedex.git
|
||||||
$ pip install -E env -e pokedex
|
$ pip install -E env -e pokedex
|
||||||
|
|
||||||
This will give you two directories: pokedex (containing the source code and
|
This will give you two directories: pokedex (containing the source code and
|
||||||
|
|
|
@ -264,7 +264,7 @@ def command_help():
|
||||||
print u"""pokedex -- a command-line Pokédex interface
|
print u"""pokedex -- a command-line Pokédex interface
|
||||||
usage: pokedex {command} [options...]
|
usage: pokedex {command} [options...]
|
||||||
Run `pokedex setup` first, or nothing will work!
|
Run `pokedex setup` first, or nothing will work!
|
||||||
See http://bugs.veekun.com/projects/pokedex/wiki/CLI for more documentation.
|
See https://github.com/veekun/pokedex/wiki/CLI for more documentation.
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
help Displays this message.
|
help Displays this message.
|
||||||
|
|
Loading…
Reference in a new issue