Skip to content

Commit 2966964

Browse files
sabi0slachiewicz
authored andcommitted
Fix TestNG web site URL
http://www.testng.org does not work anymore. Changed to https://testng.org
1 parent 5aea5e2 commit 2966964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven-surefire-plugin/src/site/apt/examples/testng.apt.vm

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Using TestNG
281281
</plugins>
282282
+---+
283283

284-
For more information on TestNG, see the {{{http://www.testng.org}TestNG web site}}.
284+
For more information on TestNG, see the {{{https://testng.org}TestNG web site}}.
285285

286286
You can implement TestNG listener interface <<<org.testng.ITestListener>>> in
287287
a separate test artifact <<<your-testng-listener-artifact>>> with scope=test, or in project test source code

0 commit comments

Comments
 (0)