From 056804810fb46108a4ae98fb64dc257cbfd71083 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Tue, 17 Jan 2023 13:53:31 +0000 Subject: [PATCH] Fix man page links on website. --- TODO.txt | 4 ++++ tools/bin/td | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO.txt b/TODO.txt index 46b9c2f..53a735a 100644 --- a/TODO.txt +++ b/TODO.txt @@ -30,6 +30,10 @@ Milestone: v0.2.0 [ ] Move docs from Matrix to User for UserValidate [ ] Document Str and remove old functions from Util docs. +[ ] Clean up scripts (make tools/lib/matrix.sh) +[ ] Update changelog +[x] Fix man page links on website + Milestone: v1.0.0 ----------------- diff --git a/tools/bin/td b/tools/bin/td index 2da437d..81d47e9 100644 --- a/tools/bin/td +++ b/tools/bin/td @@ -185,7 +185,7 @@ recipe_site() { mkdir -p "$TELODENDRIA_PUB/$dir/" mandoc -Thtml \ - -O style=/style.css,man=man/man%S/%N.%S.html "$man" \ + -O style=/style.css,man=/man/man%S/%N.%S.html "$man" \ > "$TELODENDRIA_PUB/$dir/$html.html" echo "$TELODENDRIA_PUB/$dir/$html.html" done