Skip to content

Commit 89390d0

Browse files
authored
Cleaning up documentation links
1 parent 8a939da commit 89390d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/Configuration.md

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

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

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

Documentation/RuleDocumentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Use the rules below in the `rules` block of your `.swift-format`
77
configuration file, as described in
8-
[Configuration](Documentation/Configuration.md). All of these rules can be
8+
[Configuration](Configuration.md). All of these rules can be
99
applied in the linter, but only some of them can format your source code
1010
automatically.
1111

0 commit comments

Comments
 (0)