Skip to content

Commit

Permalink
Fix url for repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
thoas committed Dec 5, 2013
1 parent 58a4f20 commit 97d818d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ Usage
['fr', 'en']


.. _GitHub: https://github.com/ulule/django-separatedvaluesfield
.. _GitHub: https://github.com/thoas/django-separatedvaluesfield
.. _MultipleChoiceField: https://docs.djangoproject.com/en/dev/ref/forms/fields/#multiplechoicefield
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
long_description=README,
author='Florent Messa',
author_email='florent.messa@gmail.com',
url='http://github.com/ulule/django-separatedvaluesfield',
url='http://github.com/thoas/django-separatedvaluesfield',
packages=find_packages(),
zip_safe=False,
include_package_data=True,
Expand Down

0 comments on commit 97d818d

Please sign in to comment.