Skip to content

Commit cc468de

Browse files
authored
Use target="_blank" for module-info JavaDoc links
javadoc.io does not allow loading external sites in the iframe from anchor links. Use the HTML target="_blank" flag to force links to open in a new tab for the Maven Central and GitHub links to work around this issue. Signed-off-by: ascopes <[email protected]>
1 parent cc18ee9 commit cc468de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java-compiler-testing/src/main/java/module-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
* code rather than flaky test environments and dependency management.</p>
4444
*
4545
* <p>Any questions, feedback, or issues can be submitted
46-
* <a href="https://github.com/ascopes/java-compiler-testing">on GitHub</a>.
46+
* <a target="_blank" href="https://github.com/ascopes/java-compiler-testing">on GitHub</a>.
4747
*
4848
* <p>Releases can be found on
49-
* <a href="https://repo1.maven.org/maven2/io/github/ascopes/jct/java-compiler-testing/">
49+
* <a target="_blank" href="https://repo1.maven.org/maven2/io/github/ascopes/jct/java-compiler-testing/">
5050
* Maven Central</a>.
5151
*
5252
* <pre><code>

0 commit comments

Comments
 (0)