small fixes

This commit is contained in:
Arlo Filley 2024-03-21 17:17:55 +00:00
parent 352bc249d9
commit 4a57128a27
4 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
<li><a href="./get_user_tests.html">Get User Tests</a></li>
<li><a href="./leaderboard.html">Leaderboard</a></li>
<li><a href="./login.html">Login</a></li>
<li><a href="./post_test.html">Post Test</a></li>
<li><a href="./create_test.html">Post Test</a></li>
</ul>
</body>
</html>

View File

@ -4,4 +4,4 @@
- [Get User Tests](./get_user_tests.md)
- [Leaderboard](./leaderboard.md)
- [Login](./login.md)
- [Post Test](./post_test.md)
- [Post Test](./create_test.md)