From 57e8bc79acd88f8314831f3dc3e3b1f25ce13c68 Mon Sep 17 00:00:00 2001 From: Pablo Castellano Date: Mon, 9 Apr 2012 14:39:24 +0200 Subject: [PATCH] Fix project urls --- docs/install.rst | 2 +- tweepy/binder.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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): -- 2.25.1