We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3193797 commit 66c1932Copy full SHA for 66c1932
index.html
@@ -6,11 +6,11 @@
6
<div class="jumbotron">
7
<h1>The programmer-friendly testing framework for Java and the JVM</h1>
8
<ul class="list-inline">
9
- <li><a class="btn btn-primary btn-lg" href="https://docs.junit.org/current/user-guide" role="button">
+ <li><a class="btn btn-primary btn-lg" href="https://docs.junit.org" role="button">
10
<i class="fa-solid fa-book-open"></i>
11
User Guide
12
</a></li>
13
- <li><a class="btn btn-primary btn-lg" href="https://docs.junit.org/current/api" role="button">
+ <li><a class="btn btn-primary btn-lg" href="https://api.junit.org" role="button">
14
<i class="fa-solid fa-file-code"></i>
15
Javadoc
16
0 commit comments