aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--api/src/site/apt/index.apt12
1 files changed, 6 insertions, 6 deletions
diff --git a/api/src/site/apt/index.apt b/api/src/site/apt/index.apt
index 05e1a2a..bd76f26 100644
--- a/api/src/site/apt/index.apt
+++ b/api/src/site/apt/index.apt
@@ -24,13 +24,13 @@ Semantic Versioning
The CLI has the following functionality:
- * {{{usage.html}Diff}} between two specifed JARs
+ * {{{./usage.html}Diff}} between two specifed JARs
- * {{{usage.html}Check}} compatibility type between two specifed JARs
+ * {{{./usage.html}Check}} compatibility type between two specifed JARs
- * {{{usage.html}Infer}} correct version of your JAR based on an previous version
+ * {{{./usage.html}Infer}} correct version of your JAR based on an previous version
- * {{{usage.html}Validate}} if your JAR's version is compatible with a previous one
+ * {{{./usage.html}Validate}} if your JAR's version is compatible with a previous one
[]
@@ -38,6 +38,6 @@ Semantic Versioning
Semantic Versioning also provides an API for programmatically validating your project's version number. This API is used by
{{{../enforcer-rule} the maven enforcer rule}}. If these tool is not sufficient to your needs, then
- the entry point to the API is {{{apidocs/org/semver/Checker.html}Checker}}.
+ the entry point to the API is {{{./apidocs/org/semver/Checker.html}Checker}}.
- [] \ No newline at end of file
+ []