From: Pablo Castellano Date: Mon, 9 Apr 2012 12:39:24 +0000 (+0200) Subject: Fix project urls X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=57e8bc79acd88f8314831f3dc3e3b1f25ce13c68;p=tweepy.git Fix project urls --- diff --git a/docs/install.rst b/docs/install.rst index f5925ef..0d4857a 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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 diff --git a/tweepy/binder.py b/tweepy/binder.py index 12933a0..7817537 100644 --- a/tweepy/binder.py +++ b/tweepy/binder.py @@ -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):