From bd6407db29aee1b7d6993b9353653668855d9458 Mon Sep 17 00:00:00 2001 From: John McCardle Date: Thu, 17 Jul 2025 23:49:03 -0400 Subject: [PATCH] hotfix: bad documentation links... ...because of trailing slash?! --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b7e69e0..6210792 100644 --- a/README.md +++ b/README.md @@ -64,11 +64,11 @@ For comprehensive documentation, tutorials, and API reference, visit: The documentation site includes: -- **[Quickstart Guide](https://mcrogueface.github.io/quickstart/)** - Get running in 5 minutes -- **[McRogueFace Does The Entire Roguelike Tutorial](https://mcrogueface.github.io/tutorials/)** - Step-by-step game building -- **[Complete API Reference](https://mcrogueface.github.io/api/)** - Every function documented -- **[Cookbook](https://mcrogueface.github.io/cookbook/)** - Ready-to-use code recipes -- **[C++ Extension Guide](https://mcrogueface.github.io/extending-cpp/)** - For C++ developers: Add engine features +- **[Quickstart Guide](https://mcrogueface.github.io/quickstart)** - Get running in 5 minutes +- **[McRogueFace Does The Entire Roguelike Tutorial](https://mcrogueface.github.io/tutorials)** - Step-by-step game building +- **[Complete API Reference](https://mcrogueface.github.io/api)** - Every function documented +- **[Cookbook](https://mcrogueface.github.io/cookbook)** - Ready-to-use code recipes +- **[C++ Extension Guide](https://mcrogueface.github.io/extending-cpp)** - For C++ developers: Add engine features ## Build Requirements