/docs/gp.fileupload Gawel's repository

fix url 0.7

authorGael Pasgrimaud <gael@gawel.org>
Sun Feb 08 16:34:48 2009 +0100 (17 months ago)
changeset 135092dbb058c6a
parent 134 1c2ec95d5d1d
child 136 37b7292add04
fix url
     1.1 --- a/docs/index.txt	Sun Feb 08 16:28:43 2009 +0100
     1.2 +++ b/docs/index.txt	Sun Feb 08 16:34:48 2009 +0100
     1.3 @@ -24,7 +24,7 @@
     1.4  Bug Tracker
     1.5  ===========
     1.6  
     1.7 -If you found a bug submit an `issue <http://www.bitbucket.org/gawel/gpfileupload/issues/?status=new>`.
     1.8 +If you found a bug submit an `issue <http://www.bitbucket.org/gawel/gpfileupload/issues/?status=new>`_.
     1.9  
    1.10  Indices and tables
    1.11  ==================
     2.1 --- a/setup.py	Sun Feb 08 16:28:43 2009 +0100
     2.2 +++ b/setup.py	Sun Feb 08 16:34:48 2009 +0100
     2.3 @@ -41,7 +41,7 @@
     2.4        keywords='wsgi middleware upload progress bar',
     2.5        author='Gael Pasgrimaud',
     2.6        author_email='gael@gawel.org',
     2.7 -      url='http://www.gawel.org',
     2.8 +      url='http://www.gawel.org/docs/gp.fileupload/',
     2.9        license='MIT',
    2.10        namespace_packages=['gp'],
    2.11        packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),