Skip to content

Commit 0d0cf84

Browse files
author
K
authored
Fix RuleDocumentation link in Configuration.md
1 parent fcb134b commit 0d0cf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ An example `.swift-format` configuration file is shown below.
110110

111111
In the `rules` block of `.swift-format`, you can specify which rules to apply
112112
when linting and formatting your project. Read the
113-
[rules documentation](Documentation/RuleDocumentation.md) to see the list of all
113+
[rules documentation](RuleDocumentation.md) to see the list of all
114114
supported linter and formatter rules, and their overview.
115115

116116
You can also run this command to see the list of rules in the default

0 commit comments

Comments
 (0)