From f93ddbde24c7b9a0353047ad6fbd056553c810dd Mon Sep 17 00:00:00 2001 From: Fawkes Wei Date: Mon, 29 Apr 2024 16:02:21 +0200 Subject: [PATCH] Update RuleDocumentation.md Fix link to Configuration.md --- Documentation/RuleDocumentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/RuleDocumentation.md b/Documentation/RuleDocumentation.md index cc3ae92de..654bc8b04 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.