summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Käufl <bottlepy@c.michael-kaeufl.de>2013-07-29 12:45:36 +0200
committerMichael Käufl <bottlepy@c.michael-kaeufl.de>2013-07-29 12:45:36 +0200
commita8ab5cdd1e3e212c5b0a7b00707cf1a767a65876 (patch)
treedec8adada41455820bdcee1883d6ded47db156eb /docs
parent0f8b8995c1c5ec104c7b983d478ccff088032e82 (diff)
downloadbottle-a8ab5cdd1e3e212c5b0a7b00707cf1a767a65876.tar.gz
docs: fix broken links
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/index.rst2
-rwxr-xr-xdocs/tutorial.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index b04b366..793bb72 100755
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -9,7 +9,7 @@
.. _bjoern: https://github.com/jonashaag/bjoern
.. _flup: http://trac.saddi.com/flup
.. _cherrypy: http://www.cherrypy.org/
-.. _WSGI: http://www.wsgi.org/wsgi/
+.. _WSGI: http://www.wsgi.org/
.. _Python: http://python.org/
.. _testing: https://github.com/defnull/bottle/raw/master/bottle.py
.. _issue_tracker: https://github.com/defnull/bottle/issues
diff --git a/docs/tutorial.rst b/docs/tutorial.rst
index 0a07d12..c787a78 100755
--- a/docs/tutorial.rst
+++ b/docs/tutorial.rst
@@ -13,7 +13,7 @@
.. _mod_wsgi: http://code.google.com/p/modwsgi/
.. _Paste: http://pythonpaste.org/
.. _Pound: http://www.apsis.ch/pound/
-.. _`WSGI Specification`: http://www.wsgi.org/wsgi/
+.. _`WSGI Specification`: http://www.wsgi.org/
.. _issue: http://github.com/defnull/bottle/issues
.. _Python: http://python.org/
.. _SimpleCookie: http://docs.python.org/library/cookie.html#morsel-objects