From 8cbc5de36dab5588a4e721f0cb12341d1a86dfb7 Mon Sep 17 00:00:00 2001 From: Josh Wisenbaker Date: Fri, 19 Dec 2025 08:48:49 -0500 Subject: [PATCH] Fix link to Configuration documentation Just a gardening fix of a broken link I found in documentation --- Documentation/RuleDocumentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/RuleDocumentation.md b/Documentation/RuleDocumentation.md index 5bd104103..ae5d16f45 100644 --- a/Documentation/RuleDocumentation.md +++ b/Documentation/RuleDocumentation.md @@ -4,7 +4,7 @@ Use the rules below in the `rules` block of your `.swift-format` configuration file, as described in -[Configuration](Documentation/Configuration.md). All of these rules can be +[Configuration](Configuration.md). All of these rules can be applied in the linter, but only some of them can format your source code automatically.