From 4d84fec42e1014440c6b8afb9f023d6b7829139d Mon Sep 17 00:00:00 2001 From: Andrew Ekstedt Date: Sun, 2 Dec 2012 17:12:52 -0800 Subject: [PATCH] Update some URLs to point to github.com --- README | 2 +- doc/installing.rst | 2 +- pokedex/main.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index c0e6ad1..acc03db 100644 --- a/README +++ b/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. A complete revision history of this software is available from -http://git.veekun.com/. +https://github.com/veekun/pokedex. Contributors: Alex Munroe (Eevee): git@veekun.com diff --git a/doc/installing.rst b/doc/installing.rst index 44b94a9..a9d3ce3 100644 --- a/doc/installing.rst +++ b/doc/installing.rst @@ -65,7 +65,7 @@ Getting and installing pokedex 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 This will give you two directories: pokedex (containing the source code and diff --git a/pokedex/main.py b/pokedex/main.py index fe45577..8252f50 100644 --- a/pokedex/main.py +++ b/pokedex/main.py @@ -264,7 +264,7 @@ def command_help(): print u"""pokedex -- a command-line Pokédex interface usage: pokedex {command} [options...] 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: help Displays this message.