Skip to content

Commit b91513d

Browse files
committed
docs: Complete the relative path to reference conf
It seems that generated page does not link correctly to document on reference configuration without adding the complete path to `.rst` file in the manual's `.md` files.
1 parent de6413d commit b91513d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manual/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ variants that return a `CompletionStage`).
5252
customization is done through the driver configuration (refer to the
5353
[corresponding section](configuration/) of this manual for full details).
5454

55-
We recommend that you take a look at the [reference configuration](configuration/reference/) for the
55+
We recommend that you take a look at the [reference configuration](configuration/reference/README.rst) for the
5656
list of available options, and cross-reference with the sub-sections in this manual for more
5757
explanations.
5858

manual/core/configuration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ config.getDefaultProfile().getInt(MyCustomOption.AWESOMENESS_FACTOR);
533533

534534
[Typesafe Config]: https://github.com/typesafehub/config
535535
[config standard behavior]: https://github.com/typesafehub/config#standard-behavior
536-
[reference.conf]: reference/
536+
[reference.conf]: reference/README.rst
537537
[HOCON]: https://github.com/typesafehub/config/blob/master/HOCON.md
538538
[API conventions]: ../../api_conventions
539539

0 commit comments

Comments
 (0)