Skip to content

Commit 23cbb8e

Browse files
authored
Merge pull request #594 from woxtu/patch
Fix invalid links in README
2 parents b50fd28 + 474e12e commit 23cbb8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ creates. Instead, it can pass the in-memory syntax tree to the `SwiftFormat`
230230
API and receive perfectly formatted code as output.
231231

232232
Please see the documentation in the
233-
[`SwiftFormatter`](Sources/SwiftFormat/SwiftFormatter.swift) and
234-
[`SwiftLinter`](Sources/SwiftFormat/SwiftLinter.swift) classes for more
233+
[`SwiftFormatter`](Sources/SwiftFormat/API/SwiftFormatter.swift) and
234+
[`SwiftLinter`](Sources/SwiftFormat/API/SwiftLinter.swift) classes for more
235235
information about their usage.
236236

237237
### Checking Out the Source Code for Development

0 commit comments

Comments
 (0)