This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jelly.git
The following commit(s) were added to refs/heads/master by this push:
new 1376c331 Fix URL
1376c331 is described below
commit 1376c331b736e320f517228c3e56c429cfb96260
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun May 4 10:12:15 2025 -0400
Fix URL
---
.../main/java/org/apache/commons/jelly/tags/junit/package-info.java | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git
a/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/package-info.java
b/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/package-info.java
index d85dc37c..e869d146 100644
---
a/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/package-info.java
+++
b/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/package-info.java
@@ -26,10 +26,9 @@
* <p>
* The <run> tag can be used to run a given Test, TestCase or TestSuite
* </p>
- *
* <p>
- * There is an example of these tags in action <a href=
- *
"http://cvs.apache.org/viewcvs.cgi/jakarta-commons/jelly/jelly-tags/junit/src/test/org/apache/commons/jelly/tags/junit/suite.jelly?rev=HEAD&content-type=text/vnd.viewcvs-markup">here</a>
+ * There is an example of these tags in action
+ * <a href=
"https://github.com/apache/commons-jelly/blob/master/jelly-tags/junit/src/test/resources/org/apache/commons/jelly/tags/junit/suite.jelly">here</a>
* </p>
*/
package org.apache.commons.jelly.tags.junit;
\ No newline at end of file