Skip to content

Commit a3dc569

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 5e2e053 commit a3dc569

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
@@ -71,7 +71,7 @@ variants that return a `CompletionStage`).
7171
customization is done through the driver configuration (refer to the
7272
[corresponding section](configuration/) of this manual for full details).
7373

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

manual/core/configuration/README.md

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

553553
[Typesafe Config]: https://github.com/typesafehub/config
554554
[config standard behavior]: https://github.com/typesafehub/config#standard-behavior
555-
[reference.conf]: reference/
555+
[reference.conf]: reference/README.rst
556556
[HOCON]: https://github.com/typesafehub/config/blob/master/HOCON.md
557557
[API conventions]: ../../api_conventions
558558

0 commit comments

Comments
 (0)