Skip to content

Commit 7daa9a3

Browse files
committed
Move configuration doc to core manual
1 parent fabd035 commit 7daa9a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,4 +452,4 @@ config.getDefaultProfile().getInt(MyCustomOption.AWESOMENESS_FACTOR);
452452
[config standard behavior]: https://github.com/typesafehub/config#standard-behavior
453453
[reference.conf]: https://github.com/datastax/java-driver/blob/4.x/core/src/main/resources/reference.conf
454454
[HOCON]: https://github.com/typesafehub/config/blob/master/HOCON.md
455-
[API conventions]: ../api_conventions/
455+
[API conventions]: ../../api_conventions

upgrade_guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ choice for most deployments, since it allows configuration changes without recom
2828
application. This is fully customizable, including loading from different sources, or completely
2929
overriding the default implementation.
3030

31-
For more details, refer to the [manual](../manual/configuration).
31+
For more details, refer to the [manual](../manual/core/configuration).
3232

3333
[TypeSafe Config]: https://github.com/typesafehub/config
3434

0 commit comments

Comments
 (0)