Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down