From f19f543fd2740b70aa169622df04dc41dbd2019b Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Fri, 23 Sep 2022 09:04:16 -0400 Subject: [PATCH] Fix up some broken links; make td more verbose when deploying website. --- site/index.html | 2 +- tools/bin/td | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/site/index.html b/site/index.html index 5b1c4e6..4809351 100644 --- a/site/index.html +++ b/site/index.html @@ -165,7 +165,7 @@ information.

-You can check out the change log here. +You can find the change log in the documentation.

Documentation

diff --git a/tools/bin/td b/tools/bin/td index dc3e0bc..975e3ae 100644 --- a/tools/bin/td +++ b/tools/bin/td @@ -170,6 +170,7 @@ recipe_site() { find docs/ -name '*.[1-9]' | while IFS= read -r man; do html=$(basename "$man") mandoc -Thtml "$man" > "$TELODENDRIA_PUB/$html.html" + echo "$man" > "$TELODENDRIA/$html.html" done }