]> git.decadent.org.uk Git - dak.git/commitdiff
Now thats a better url
authorJoerg Jaspert <joerg@debian.org>
Sun, 14 Dec 2014 14:11:48 +0000 (15:11 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sun, 14 Dec 2014 14:11:48 +0000 (15:11 +0100)
dakweb/dakwebserver.py

index c4f3f58e470617b349b9612bd53d5bcae965ef9b..0ddc10cfe746d36d21ef54749547164613addc9d 100755 (executable)
@@ -26,7 +26,7 @@ QueryRegister().register_path('/', root_path)
 @bottle.route('/list_paths')
 def list_paths():
     """Returns a list of available paths"""
-    redirect("https://ftp-master.debian.org/epydoc/toc-dakweb-module.html")
+    redirect("https://ftp-master.debian.org/epydoc/dakweb-module.html#__package__")
 QueryRegister().register_path('/list_paths', list_paths)