aboutsummaryrefslogtreecommitdiff
path: root/generate
diff options
context:
space:
mode:
Diffstat (limited to 'generate')
-rwxr-xr-xgenerate2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate b/generate
index f2cf919..882d4ef 100755
--- a/generate
+++ b/generate
@@ -85,7 +85,7 @@ do
base_template_link '../../static/css/style.css' |
base_template_link 'style.css' > "$util_path/index.html"
sed -i'' "/<!-- UTILSINDEX -->/ a\
- <li><a href=\"$util_path\">$title</a></li>" index.html
+ <li><a href=\"$util_path/\">$title</a></li>" index.html
echo "Generated utility at $util_path/index.html"
done