Skip to content

Commit 389c83c

Browse files
authored
Fix hyperlinks in the documentation (#1011)
1 parent 7c300a3 commit 389c83c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

src/site/markdown/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ under the License.
1919

2020
The Compiler Plugin is used to compile the sources of your project.
2121
The 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).

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)