Update download URL from einstein to tremily.
authorW. Trevor King <wking@drexel.edu>
Wed, 22 Feb 2012 16:53:47 +0000 (11:53 -0500)
committerW. Trevor King <wking@drexel.edu>
Wed, 22 Feb 2012 16:53:47 +0000 (11:53 -0500)
Also made a few reStructuredText corrections in the README.

README
setup.py

diff --git a/README b/README
index 528b9f71fbf63a238526de9368dd578878816cf4..e2c665cd2f98cca8dec9bd94d03293e1c6a6684e 100644 (file)
--- a/README
+++ b/README
@@ -27,11 +27,10 @@ See `Hooke's Google Code homepage`_ for more details.
 How it works
 ============
 
 How it works
 ============
 
-See the doc/tutorial.txt file distributed with Hooke, or the `online
-docs`_.
-
-.. _online docs: http://www.physics.drexel.edu/~wking/rsrch/hooke/
+See the ``doc/tutorial.txt`` file distributed with Hooke, or the
+`online docs`__.
 
 
+__ docs_
 
 Where it's published
 ====================
 
 Where it's published
 ====================
@@ -80,8 +79,8 @@ Licensing
 =========
 
 Hooke is released under the GNU Lesser General Public License, either
 =========
 
 Hooke is released under the GNU Lesser General Public License, either
-version 3 of the License (COPYING and COPYING.LESSER), or (at your
-option) any later version.
+version 3 of the License (``COPYING`` and ``COPYING.LESSER``), or (at
+your option) any later version.
 
 .. _Hooke's Google Code homepage: http://code.google.com/p/hooke/
 .. _docs: http://hooke.tremily.us/
 
 .. _Hooke's Google Code homepage: http://code.google.com/p/hooke/
 .. _docs: http://hooke.tremily.us/
index 0d0ad7737568cce4edae04948c75d4c97c4e0c9d..b34e81fe19063d5e3791b3dd4c139a95335ef2b2 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,7 @@ setup(name="Hooke",
       maintainer="Massimo Sandal",
       maintainer_email="hookesoftware@googlegroups.com",
       url="http://code.google.com/p/hooke/",
       maintainer="Massimo Sandal",
       maintainer_email="hookesoftware@googlegroups.com",
       url="http://code.google.com/p/hooke/",
-      download_url='http://physics.drexel.edu/~wking/code/git/gitweb.cgi?p=hooke.git;a=snapshot;h={};sf=tgz'.format(version(4)),
+      download_url='http://git.tremily.us/?p=hooke.git;a=snapshot;h={};sf=tgz'.format(version(4)),
       license = "GNU Lesser General Public License (LGPL)",
       platforms = ["all"],
       description = __doc__,
       license = "GNU Lesser General Public License (LGPL)",
       platforms = ["all"],
       description = __doc__,