summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDaniel Nieto <danielnieto89@gmail.com>2024-01-24 09:03:31 -0600
committerGitHub <noreply@github.com>2024-01-24 10:03:31 -0500
commit5b4fb817d605777d6fda4bc128b2d6b8558697a6 (patch)
treeb18c9ac0894398a40ed2982aef6c56b1f6de011d
parentac1d3f816f99ae5df9ed6857bfd16063498a64ef (diff)
downloadhtmx-5b4fb817d605777d6fda4bc128b2d6b8558697a6.tar.gz
htmx-5b4fb817d605777d6fda4bc128b2d6b8558697a6.zip
Add trailing slash to manual tests link (#2241)
add trailing slash to correctly link individual manual tests
-rw-r--r--test/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.html b/test/index.html
index aa128c54..b21130e3 100644
--- a/test/index.html
+++ b/test/index.html
@@ -24,7 +24,7 @@
</ul>
<h2>Manual Tests</h2>
-<a href="manual">Here</a>
+<a href="manual/">Here</a>
<h2>Mocha Test Suite</h2>
<a href="index.html">[ALL]</a>