File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ under the License.
1919
2020The Compiler Plugin is used to compile the sources of your project.
2121The default compiler used to compile Java sources is ` javac ` .
22- If you want to use another compiler, refer to the [ using Non-Javac Compilers] ( /non-javac-compilers.html ) page.
22+ If you want to use another compiler, refer to the [ using Non-Javac Compilers] ( ./examples /non-javac-compilers.html) page.
2323
2424** NOTE:** To know more about the JDK ` javac ` , please see the
2525[ tool guide] ( https://docs.oracle.com/en/java/javase/24/docs/specs/man/javac.html ) .
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ under the License.
4343 <item name =" Compile Using the --release javac Option" href =" examples/set-compiler-release.html" />
4444 <item name =" Compile Using Memory Allocation Enhancements" href =" examples/compile-with-memory-enhancements.html" />
4545 <item name =" Pass Compiler Arguments" href =" examples/pass-compiler-arguments.html" />
46- <item name =" Non-javac compilerIds" href =" non-javac-compilers.html" />
46+ <item name =" Non-javac compilerIds" href =" examples/ non-javac-compilers.html" />
4747 <item name =" Older projects with module-info" href =" examples/module-info.html" />
4848 <item name =" Perform annotation processing" href =" examples/annotation-processor.html" />
4949 </menu >
You can’t perform that action at this time.
0 commit comments