summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormicheles <micheles@micheles-mac>2010-05-22 10:05:10 +0200
committermicheles <micheles@micheles-mac>2010-05-22 10:05:10 +0200
commit3d346b8af0c20873c539bf8d15cfe4a5d52beae6 (patch)
tree7b37500d59d7624235012ba993e56a8777ba6b04
parent42345d200ef0ca7cfd859dff15c4c383f65a8d2e (diff)
downloadpython-decorator-git-3d346b8af0c20873c539bf8d15cfe4a5d52beae6.tar.gz
Fixed a few links
-rw-r--r--README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index 1fb5097..3e67bdb 100644
--- a/README.txt
+++ b/README.txt
@@ -53,7 +53,7 @@ There are various versions of the documentation:
- `HTML version (Python 3)`_
- `PDF version (Python 3)`_
-.. _HTML version (Python 2): documentation.html
-.. _PDF version (Python 2): documentation.pdf
-.. _HTML version (Python 3): documentation3.html
-.. _PDF version (Python 3): documentation3.pdf
+.. _HTML version (Python 2): http://micheles.googlecode.com/hg/decorator/documentation.html
+.. _PDF version (Python 2): http://micheles.googlecode.com/hg/decorator/documentation.pdf
+.. _HTML version (Python 3): http://micheles.googlecode.com/hg/decorator/documentation3.html
+.. _PDF version (Python 3): http://micheles.googlecode.com/hg/decorator/documentation3.pdf