Skip to content

Commit 75d281c

Browse files
committed
Rename repo
1 parent 411b639 commit 75d281c

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</picture>
1212
</h1>
1313

14-
[![CircleCI](https://circleci.com/gh/mannodermaus/android-junit5/tree/main.svg?style=svg)][circleci]
14+
[![CircleCI](https://circleci.com/gh/mannodermaus/android-junit-framework/tree/main.svg?style=svg)][circleci]
1515

1616
A Gradle plugin that allows for the execution of [JUnit Framework][junit-framework-github] tests in Android environments using **Android Gradle Plugin 8.2 or later.**
1717

@@ -198,9 +198,9 @@ See also the [full License text](LICENSE).
198198

199199
[junit-framework-github]: https://github.com/junit-team/junit-framework
200200
[junit-framework-guide]: https://docs.junit.org
201-
[circleci]: https://circleci.com/gh/mannodermaus/android-junit5
201+
[circleci]: https://circleci.com/gh/mannodermaus/android-junit-framework
202202
[sonatyperepo]: https://central.sonatype.com/repository/maven-snapshots
203203
[sampletests]: instrumentation/sample
204-
[wiki-home]: https://github.com/mannodermaus/android-junit5/wiki
205-
[wiki-dsl]: https://github.com/mannodermaus/android-junit5/wiki/Configuration
206-
[wiki-gettingstarted]: https://github.com/mannodermaus/android-junit5/wiki/Getting-Started
204+
[wiki-home]: https://github.com/mannodermaus/android-junit-framework/wiki
205+
[wiki-dsl]: https://github.com/mannodermaus/android-junit-framework/wiki/Configuration
206+
[wiki-gettingstarted]: https://github.com/mannodermaus/android-junit-framework/wiki/Getting-Started

README.md.template

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</picture>
77
</h1>
88

9-
[![CircleCI](https://circleci.com/gh/mannodermaus/android-junit5/tree/main.svg?style=svg)][circleci]
9+
[![CircleCI](https://circleci.com/gh/mannodermaus/android-junit-framework/tree/main.svg?style=svg)][circleci]
1010

1111
A Gradle plugin that allows for the execution of [JUnit Framework][junit-framework-github] tests in Android environments using **Android Gradle Plugin ${constants.minimumRequiredAgpVersion} or later.**
1212

@@ -193,9 +193,9 @@ See also the [full License text](LICENSE).
193193

194194
[junit-framework-github]: https://github.com/junit-team/junit-framework
195195
[junit-framework-guide]: https://docs.junit.org
196-
[circleci]: https://circleci.com/gh/mannodermaus/android-junit5
196+
[circleci]: https://circleci.com/gh/mannodermaus/android-junit-framework
197197
[sonatyperepo]: https://central.sonatype.com/repository/maven-snapshots
198198
[sampletests]: instrumentation/sample
199-
[wiki-home]: https://github.com/mannodermaus/android-junit5/wiki
200-
[wiki-dsl]: https://github.com/mannodermaus/android-junit5/wiki/Configuration
201-
[wiki-gettingstarted]: https://github.com/mannodermaus/android-junit5/wiki/Getting-Started
199+
[wiki-home]: https://github.com/mannodermaus/android-junit-framework/wiki
200+
[wiki-dsl]: https://github.com/mannodermaus/android-junit-framework/wiki/Configuration
201+
[wiki-gettingstarted]: https://github.com/mannodermaus/android-junit-framework/wiki/Getting-Started

0 commit comments

Comments
 (0)