diff options
author | Julien Eluard <[email protected]> | 2010-11-15 23:55:54 +0100 |
---|---|---|
committer | Julien Eluard <[email protected]> | 2010-11-15 23:55:54 +0100 |
commit | 9658e73ea31441963b313da15e94414c53f37343 (patch) | |
tree | e9a0684d2be59a6d354337eb06aaadf9e2ee3eaa | |
parent | 34295d66b1c225036404f6904b69a657bcfa9652 (diff) |
Wrong links.
-rw-r--r-- | api/src/site/apt/index.apt | 12 |
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 + [] |