From 62b1b66bb6fb60e9532cd942d59df93c9dc9fe4a Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 31 May 2026 00:44:52 +0900 Subject: [PATCH] CHANGELOG.md: fix broken link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49d6a64..4cc919f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,7 +76,7 @@ This is the initial release of `muscl`. interactive tool, there shouldn't have been any scripts relying on the old formatting. - The configuration file is shared for all variants of the program, and `muscl` will use its new logic to look for and parse this file. See the example config and - [installation instructions][installation-instructions] for more information about how to + [installation instructions](./docs/installation.md) for more information about how to configure the software. - The order in which input is validated might be differ from the original (e.g. database ownership checks, invalid character checks, existence checks, ...).