This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 389c83c Fix hyperlinks in the documentation (#1011)
389c83c is described below
commit 389c83ce4946b0b911abb51361c6bc3fa33b1a50
Author: cdouillard <[email protected]>
AuthorDate: Mon Jan 5 10:23:19 2026 +0100
Fix hyperlinks in the documentation (#1011)
---
src/site/markdown/examples/{jpms_args.apt.md => jpms_args.md} | 0
src/site/markdown/index.md | 2 +-
src/site/site.xml | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/site/markdown/examples/jpms_args.apt.md
b/src/site/markdown/examples/jpms_args.md
similarity index 100%
rename from src/site/markdown/examples/jpms_args.apt.md
rename to src/site/markdown/examples/jpms_args.md
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 5f4ff8b..81a1f75 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -19,7 +19,7 @@ under the License.
The Compiler Plugin is used to compile the sources of your project.
The default compiler used to compile Java sources is `javac`.
-If you want to use another compiler, refer to the [using Non-Javac
Compilers](/non-javac-compilers.html) page.
+If you want to use another compiler, refer to the [using Non-Javac
Compilers](./examples/non-javac-compilers.html) page.
**NOTE:** To know more about the JDK `javac`, please see the
[tool
guide](https://docs.oracle.com/en/java/javase/24/docs/specs/man/javac.html).
diff --git a/src/site/site.xml b/src/site/site.xml
index f36a892..794c367 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -43,7 +43,7 @@ under the License.
<item name="Compile Using the --release javac Option"
href="examples/set-compiler-release.html"/>
<item name="Compile Using Memory Allocation Enhancements"
href="examples/compile-with-memory-enhancements.html"/>
<item name="Pass Compiler Arguments"
href="examples/pass-compiler-arguments.html"/>
- <item name="Non-javac compilerIds" href="non-javac-compilers.html"/>
+ <item name="Non-javac compilerIds"
href="examples/non-javac-compilers.html"/>
<item name="Older projects with module-info"
href="examples/module-info.html"/>
<item name="Perform annotation processing"
href="examples/annotation-processor.html"/>
</menu>