Skip to content

Commit 2050b92

Browse files
authored
Merge pull request #635 from japanese-goblinn/patch-1
Fix broken links in docs
2 parents fcb134b + f9538d4 commit 2050b92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/Configuration.md

+1-1
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

Documentation/RuleDocumentation.md

+1-1
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)