Skip to content

Commit bf39bb0

Browse files
committed
Update URLs to reflect organization change
1 parent f4f8ff3 commit bf39bb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,4 @@ output in the shell::
182182

183183
TODOs and BUGS
184184
==============
185-
See: http://github.com/robhudson/django-debug-toolbar/issues
185+
See: https://github.com/django-debug-toolbar/django-debug-toolbar/issues

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# Get more strings from http://www.python.org/pypi?:action=list_classifiers
99
author='Rob Hudson',
1010
author_email='rob@cogit8.org',
11-
url='http://robhudson.github.com/django-debug-toolbar/',
12-
download_url='http://github.com/robhudson/django-debug-toolbar/downloads',
11+
url='https://github.com/django-debug-toolbar/django-debug-toolbar',
12+
download_url='https://github.com/django-debug-toolbar/django-debug-toolbar/downloads',
1313
license='BSD',
1414
packages=find_packages(exclude=['ez_setup']),
1515
tests_require=[

0 commit comments

Comments
 (0)