From bf39bb03a0777505f1fbca2d05f31db4aef37a46 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Mon, 9 May 2011 23:54:10 -0700 Subject: Update URLs to reflect organization change --- README.rst | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 03fae11..715e1df 100644 --- a/README.rst +++ b/README.rst @@ -182,4 +182,4 @@ output in the shell:: TODOs and BUGS ============== -See: http://github.com/robhudson/django-debug-toolbar/issues +See: https://github.com/django-debug-toolbar/django-debug-toolbar/issues diff --git a/setup.py b/setup.py index 6da0cb2..7c5982d 100644 --- a/setup.py +++ b/setup.py @@ -8,8 +8,8 @@ setup( # Get more strings from http://www.python.org/pypi?:action=list_classifiers author='Rob Hudson', author_email='rob@cogit8.org', - url='http://robhudson.github.com/django-debug-toolbar/', - download_url='http://github.com/robhudson/django-debug-toolbar/downloads', + url='https://github.com/django-debug-toolbar/django-debug-toolbar', + download_url='https://github.com/django-debug-toolbar/django-debug-toolbar/downloads', license='BSD', packages=find_packages(exclude=['ez_setup']), tests_require=[ -- cgit v1.2.3