Skip to content

Commit 24dfdd7

Browse files
rybakkcooney
authored andcommitted
Fix dead link to the ant task in FAQ (#1478)
Documentation to the ant junit task has been moved to another location.
1 parent e024f83 commit 24dfdd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/fml/faq.fml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@ a test failure, rather than the source file's line number?</question>
14611461
Idiomatic naming patterns for unit tests
14621462
are <code>Test*.java</code> and <code>*Test.java</code>.
14631463
Documentation and examples are at <a
1464-
href="http://ant.apache.org/manual/OptionalTasks/junit.html">http://ant.apache.org/manual/OptionalTasks/junit.html</a>.
1464+
href="https://ant.apache.org/manual/Tasks/junit.html">https://ant.apache.org/manual/Tasks/junit.html</a>.
14651465
</p>
14661466
</li>
14671467
<li>

0 commit comments

Comments
 (0)