diff --git a/README.rst b/README.rst index 91c1fc3..1d8da68 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ Send2Trash is a small package that sends files to the Trash (or Recycle Bin) *na Installation ------------ -Download the source from http://hg.hardcoded.net/send2trash and install it with:: +Download the source from http://github.com/hsoft/send2trash and install it with:: >>> python setup.py install diff --git a/setup.py b/setup.py index 4369e81..b916708 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( author_email='hsoft@hardcoded.net', packages=['send2trash'], scripts=[], - url='http://hg.hardcoded.net/send2trash/', + url='http://github.com/hsoft/send2trash', license='BSD License', description='Send file to trash natively under Mac OS X, Windows and Linux.', long_description=LONG_DESCRIPTION,