diff options
author | Daniel Nieto <danielnieto89@gmail.com> | 2024-01-24 09:03:31 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-24 10:03:31 -0500 |
commit | 5b4fb817d605777d6fda4bc128b2d6b8558697a6 (patch) | |
tree | b18c9ac0894398a40ed2982aef6c56b1f6de011d | |
parent | ac1d3f816f99ae5df9ed6857bfd16063498a64ef (diff) | |
download | htmx-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.html | 2 |
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> |