Skip to content

Commit a705167

Browse files
committed
More updates for readme
1 parent b732055 commit a705167

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
-->
66
# <img src=".images/logo.png" align="right" width="100">JUnit Jupiter for Android [![CircleCI](https://circleci.com/gh/mannodermaus/android-junit5/tree/main.svg?style=svg)][circleci]
77

8-
A Gradle plugin that allows for the execution of [JUnit Jupiter][junitgh] tests in Android environments using **Android Gradle Plugin 8.2 or later.**
8+
A Gradle plugin that allows for the execution of [JUnit Jupiter][junit-github] tests in Android environments using **Android Gradle Plugin 8.2 or later.**
99

1010
## How?
1111

1212
This plugin configures the unit test tasks for each build variant of a project to run on the JUnit Platform. Furthermore, it provides additional configuration options for these tests [through a DSL][wiki-dsl] and facilitates the usage of JUnit Jupiter for instrumentation tests.
1313

14-
Instructions on how to write tests with the JUnit framework can be found [in their User Guide][junitug]. To get a first look at its features, a small showcase project can be found [here][sampletests].
14+
Instructions on how to write tests with the JUnit framework can be found [in their User Guide][junit-user-guide]. To get a first look at its features, a small showcase project can be found [here][sampletests].
1515

1616
## Setup
1717

@@ -312,8 +312,8 @@ limitations under the License.
312312

313313
See also the [full License text](LICENSE).
314314

315-
[junitgh]: https://github.com/junit-team/junit5
316-
[junitug]: https://junit.org/junit5/docs/current/user-guide
315+
[junit-github]: https://github.com/junit-team/junit-framework
316+
[junit-user-guide]: https://docs.junit.org/current/user-guide
317317
[circleci]: https://circleci.com/gh/mannodermaus/android-junit5
318318
[sonatyperepo]: https://central.sonatype.com/repository/maven-snapshots
319319
[sampletests]: instrumentation/sample

README.md.template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# <img src=".images/logo.png" align="right" width="100">JUnit Jupiter for Android [![CircleCI](https://circleci.com/gh/mannodermaus/android-junit5/tree/main.svg?style=svg)][circleci]
22

3-
A Gradle plugin that allows for the execution of [JUnit Jupiter][junitgh] tests in Android environments using **Android Gradle Plugin ${constants.minimumRequiredAgpVersion} or later.**
3+
A Gradle plugin that allows for the execution of [JUnit Jupiter][junit-github] tests in Android environments using **Android Gradle Plugin ${constants.minimumRequiredAgpVersion} or later.**
44

55
## How?
66

77
This plugin configures the unit test tasks for each build variant of a project to run on the JUnit Platform. Furthermore, it provides additional configuration options for these tests [through a DSL][wiki-dsl] and facilitates the usage of JUnit Jupiter for instrumentation tests.
88

9-
Instructions on how to write tests with the JUnit framework can be found [in their User Guide][junitug]. To get a first look at its features, a small showcase project can be found [here][sampletests].
9+
Instructions on how to write tests with the JUnit framework can be found [in their User Guide][junit-user-guide]. To get a first look at its features, a small showcase project can be found [here][sampletests].
1010

1111
## Setup
1212

@@ -307,8 +307,8 @@ limitations under the License.
307307

308308
See also the [full License text](LICENSE).
309309

310-
[junitgh]: https://github.com/junit-team/junit5
311-
[junitug]: https://junit.org/junit5/docs/current/user-guide
310+
[junit-github]: https://github.com/junit-team/junit-framework
311+
[junit-user-guide]: https://docs.junit.org/current/user-guide
312312
[circleci]: https://circleci.com/gh/mannodermaus/android-junit5
313313
[sonatyperepo]: https://central.sonatype.com/repository/maven-snapshots
314314
[sampletests]: instrumentation/sample

0 commit comments

Comments
 (0)