summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/html.source.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/html.source.sh b/packages/html.source.sh
index a258781b..efb9bf6b 100644
--- a/packages/html.source.sh
+++ b/packages/html.source.sh
@@ -143,7 +143,7 @@ html::test () {
assert::equals "$(generate::make_link html "$line")" \
'<a class="textlink" href="https://example.org">https://example.org</a><br />'
- line='=> index.gmi'
+ line='=> index.html'
assert::equals "$(generate::make_link html "$line")" \
'<a class="textlink" href="index.html">index.html</a><br />'