Fix project urls
authorPablo Castellano <pablo@anche.no>
Mon, 9 Apr 2012 12:39:24 +0000 (14:39 +0200)
committerPablo Castellano <pablo@anche.no>
Mon, 9 Apr 2012 12:42:09 +0000 (14:42 +0200)
docs/install.rst
tweepy/binder.py

index f5925efc53b6f6f78c51dcbf402633918d31fab0..0d4857ad41b83fb37c17063a63bfe814cc94a9f0 100644 (file)
@@ -7,7 +7,7 @@ Install from PyPI::
 
 Install from source::
 
-    git clone git://github.com/joshthecoder/tweepy.git
+    git clone git://github.com/tweepy/tweepy.git
     cd tweepy
     python setup.py install
 
index 12933a04d27242ebc100a593ef6a98905c086b8b..7817537c92daa423ea221450a7c4cee93e20d65c 100644 (file)
@@ -63,7 +63,7 @@ def bind_api(**config):
             # Manually set Host header to fix an issue in python 2.5
             # or older where Host is set including the 443 port.
             # This causes Twitter to issue 301 redirect.
-            # See Issue http://github.com/joshthecoder/tweepy/issues/#issue/12
+            # See Issue https://github.com/tweepy/tweepy/issues/12
             self.headers['Host'] = self.host
 
         def build_parameters(self, args, kargs):