diff --git a/bootique-logback-docs/pom.xml b/bootique-logback-docs/pom.xml index 81b209c..8f1156e 100644 --- a/bootique-logback-docs/pom.xml +++ b/bootique-logback-docs/pom.xml @@ -128,6 +128,7 @@ font auto + 3.x diff --git a/bootique-logback-docs/src/main/asciidoc/_chapters/_01_intro.adoc b/bootique-logback-docs/src/main/asciidoc/_chapters/_01_intro.adoc index 857d2f8..fb1c987 100644 --- a/bootique-logback-docs/src/main/asciidoc/_chapters/_01_intro.adoc +++ b/bootique-logback-docs/src/main/asciidoc/_chapters/_01_intro.adoc @@ -17,7 +17,7 @@ == Bootique Integration with Logback -As mentioned in Bootique http://bootique.io/docs/0/bootique-docs/index.html#logging[general documentation on logging], +As mentioned in Bootique https://bootique.io/docs/{bootique_doc_version}/bootique-docs/index.html#_logging[general documentation on logging], standard modules rely on SLF4J loggers that can be easily bridged to various advanced logging frameworks. Same maximally neutral logging approach is reasonable to apply in the user modules as well.