From 3765378f99d29a0481e0268a76edf283a6167a48 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 26 Apr 2025 14:06:27 +0200 Subject: Use .md suffix in docs links so they work on github. --- docs/overview/architecture.md | 2 +- docs/overview/module.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/overview') diff --git a/docs/overview/architecture.md b/docs/overview/architecture.md index 6413386..5865de8 100644 --- a/docs/overview/architecture.md +++ b/docs/overview/architecture.md @@ -11,7 +11,7 @@ The "join" page is the most complicated, and also uses javascript and server sen ## Database -See the [database overview](/docs/overview/database) for a brief introduction to the tables involved. +See the [database overview](database.md) for a brief introduction to the tables involved. ## Client/Server diff --git a/docs/overview/module.md b/docs/overview/module.md index 2a12461..ca1bd63 100644 --- a/docs/overview/module.md +++ b/docs/overview/module.md @@ -233,7 +233,7 @@ See rommel-in-the-desert and wilderness-war for examples of using the query mech The rules.js script is loaded by the server. Certain properties and functions must be provided by the rules module. -> NOTE: See the [module rules](/docs/module/rules) documentation if you want to +> NOTE: See the [module rules](../module/rules.md) documentation if you want to > use the shared rules framework that provides a structured approach to > implementing game rules. -- cgit v1.2.3