summaryrefslogtreecommitdiff
path: root/examples/gipfel2html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gipfel2html')
-rwxr-xr-xexamples/gipfel2html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gipfel2html b/examples/gipfel2html
index 6cbb4e2..02bf2bf 100755
--- a/examples/gipfel2html
+++ b/examples/gipfel2html
@@ -128,7 +128,7 @@ while read f; do
if [ "$MODE" = "images" ]; then
echo "<a href=\"${img}.html\"><img src=\"thumbs/${img}.jpg\"></a><br/>"
else
- echo "<a href=\"${img}.html\"><img src=\"../thumbs/${img}.jpg\"></a><br/>"
+ echo "<a href=\"../${img}.html\"><img src=\"../thumbs/${img}.jpg\"></a><br/>"
fi
done