Skip to content

Commit cabda66

Browse files
authored
Docs: Fix module cross-reference links in generated docs (#227)
Fixes: #226
1 parent 9810c8d commit cabda66

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/CasePaths/Documentation.docc/CasePaths.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Case paths bring the power and ergonomics of key paths to enums.
77
This module exports the core functionality of the Case Paths library, as well as the `@CasePathable`
88
macro.
99

10-
To read the core documentation, see the [`CasePathsCore`](../casepathscore) module.
10+
To read the core documentation, see the [`CasePathsCore`](./casepathscore) module.
1111

1212
## Topics
1313

Sources/CasePathsCore/Documentation.docc/CasePathsCore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Case paths bring the power and ergonomics of key paths to enums.
77
This module contains the core functionality of the Case Paths library, minus the `@CasePathable`
88
macro, and is automatically imported when you `import CasePaths`
99

10-
See the [`CasePaths`](../casepaths) module for information about the `@CasePathable` macro and
10+
See the [`CasePaths`](./casepaths) module for information about the `@CasePathable` macro and
1111
other non-core functionality.
1212

1313
## Topics

0 commit comments

Comments
 (0)