From 6ef0ba952b663e07eb1df477b122111bb9303c1e Mon Sep 17 00:00:00 2001 From: Nikita Timofeev Date: Thu, 21 Mar 2024 14:05:34 +0300 Subject: [PATCH] Fix broken links in the docs --- bootique-logback-docs/pom.xml | 1 + .../src/main/asciidoc/_chapters/_01_intro.adoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.