mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-09 22:39:27 +08:00
15 lines
763 B
Diff
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>
|