diff options
-rw-r--r-- | enforcer-rule/src/site/apt/index.apt | 4 | ||||
-rw-r--r-- | enforcer-rule/src/site/apt/usage.apt.vm | 2 | ||||
-rw-r--r-- | src/site/apt/index.apt | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/enforcer-rule/src/site/apt/index.apt b/enforcer-rule/src/site/apt/index.apt index ff30f76..cb1612d 100644 --- a/enforcer-rule/src/site/apt/index.apt +++ b/enforcer-rule/src/site/apt/index.apt @@ -32,6 +32,6 @@ Semantic Versioning Enforcer Rule To provide you with better understanding of some usages of Semantic Versioning Enforcer Rule, you can take a look into the following example: - * {{{examples/checking-version.html}Checking a project's version against an older release}} + * {{{./examples/checking-version.html}Checking a project's version against an older release}} - []
\ No newline at end of file + [] diff --git a/enforcer-rule/src/site/apt/usage.apt.vm b/enforcer-rule/src/site/apt/usage.apt.vm index b1491a9..8bc37ae 100644 --- a/enforcer-rule/src/site/apt/usage.apt.vm +++ b/enforcer-rule/src/site/apt/usage.apt.vm @@ -81,4 +81,4 @@ Usage Once you have configured your project with details of the previous version to check, maven-enforcer will be able to throw a build error if current version is not backward compatible with previous one. - Some more detailed {{{examples/checking-version.html}examples}} of the <<<checkVersionRule>>> rule.
\ No newline at end of file + Some more detailed {{{./examples/checking-version.html}examples}} of the <<<checkVersionRule>>> rule. diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index 56f82f9..6e71adc 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -29,18 +29,18 @@ Semantic Versioning * CLI overview - The {{{../api/usage.html}CLI}} offers several options to validate your project's version number from a command line. + The {{{./api/usage.html}CLI}} offers several options to validate your project's version number from a command line. [] * Enforcer Rule overview - The {{{../enforcer-rule/index.html}Enforcer Rule}} allows to automatize validatiion of your project's version number from a Maven project. + The {{{./enforcer-rule/index.html}Enforcer Rule}} allows to automatize validation of your project's version number from a Maven project. [] * API overview - Semantic Versioning also provides an {{{../api/index.html}API}} for programmatically validating your project's version number. + Semantic Versioning also provides an {{{./api/index.html}API}} for programmatically validating your project's version number. - []
\ No newline at end of file + [] |