Skip to content

Commit e22bd95

Browse files
committed
Change links to point directly to junit4/5 repos
1 parent c16e932 commit e22bd95

7 files changed

+7
-7
lines changed

acknowledgements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@
160160

161161
== NOTE: as of September 2011, we have stopped recording contributions here.
162162
For a full list of everyone who has contributed great bug reports and code, please see
163-
http://github.com/junit-team/junit
163+
http://github.com/junit-team/junit4

doc/ReleaseNotes4.12.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ thrown.reportMissingExceptionWithMessage("FAIL: Expected exception to be thrown"
155155
If a custom failure message is not provided, a default message is used.
156156

157157

158-
### [Pull request #1013:](https://github.com/junit-team/junit/pull/1013) Make ErrorCollector#checkSucceeds generic
158+
### [Pull request #1013:](https://github.com/junit-team/junit4/pull/1013) Make ErrorCollector#checkSucceeds generic
159159

160160
The method `ErrorCollector.checkSucceeds()` is now generic. Previously, you could only pass
161161
in a `Callable<Object>` and it returned `Object`. You can now pass any `Callable` and the

doc/homepage.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <H2><A name=Developer></A>Get Involved</H2>
104104
href="http://sf.net/projects/junit">provided</A> for your submissions.
105105

106106
<br/>
107-
JUnit source code is now hosted on <a href="http://github.com/junit-team/junit">GitHub</a>.
107+
JUnit source code is now hosted on <a href="http://github.com/junit-team/junit4">GitHub</a>.
108108

109109
<hr WIDTH="100%">
110110
<font size="1">

src/site/fml/faq.fml

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
<p>
347347
JUnit is hosted
348348
on <a
349-
href="http://github/junit-team/junit">GitHub</a>.
349+
href="http://github/junit-team/junit4">GitHub</a>.
350350
Please use the tools provided by GitHub for your
351351
submissions.
352352
</p>

src/site/site.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<sideBarEnabled>false</sideBarEnabled>
4747
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
4848
<gitHub>
49-
<projectId>junit-team/junit</projectId>
49+
<projectId>junit-team/junit4</projectId>
5050
<ribbonOrientation>right</ribbonOrientation>
5151
</gitHub>
5252
</fluidoSkin>

src/site/xdoc/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
content: "Don't forget that the documentation generated by Maven is hiding up here"
161161
},
162162
{
163-
target: $('body a[href="http://github.com/junit-team/junit"] img')[0],
163+
target: $('body a[href="http://github.com/junit-team/junit4"] img')[0],
164164
placement: "left",
165165
title: "Source code",
166166
content: "The source code for JUnit is hosted on GitHub"

src/site/xhtml/junit-lambda-campaign.xhtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
<p><strong>Making use of Java 8 features (Lambdas, Streams, Interface default methods) for better assertions, generating test cases, formulating test hierachies, testing asynchronous code and other stuff</strong>: We will provide those extensions in additional libraries to keep the JUnit core compatible with older JDKs.</p>
6363
</li>
6464
</ul>
65-
<p>All development will happen openly on <a href="https://github.com/junit-team/junit">GitHub</a> in order to foster early feedback and detect problems as soon as possible.</p>
65+
<p>All development will happen openly on <a href="https://github.com/junit-team/junit5">GitHub</a> in order to foster early feedback and detect problems as soon as possible.</p>
6666
</body>
6767
</html>

0 commit comments

Comments
 (0)