Files
scikit-image/debian/patches/fix-doc-links.patch
T
2013-06-10 21:21:46 +02:00

15 lines
763 B
Diff

Description: fix documentation links
change to absolute filesystem links
--- a/doc/source/_templates/navbar.html
+++ b/doc/source/_templates/navbar.html
@@ -1,5 +1,5 @@
-<li><a href="/">Home</a></li>
-<li><a href="/download.html">Download</a></li>
-<li><a href="/docs/dev/auto_examples">Gallery</a></li>
-<li><a href="/docs/dev">Documentation</a></li>
+<li><a href="/usr/share/doc/python-skimage-doc/html/index.html">Home</a></li>
+<li><a href="http://scikit-image.org/download.html">Download</a></li>
+<li><a href="/usr/share/doc/python-skimage-doc/html/auto_examples/index.html">Gallery</a></li>
+<li><a href="/usr/share/doc/python-skimage-doc/html/index.html">Documentation</a></li>
<li><a href="https://github.com/scikit-image/scikit-image">Source</a></li>