Skip to content

Commit 96298ac

Browse files
KroArtemevant
authored andcommitted
Update documentation links after relocating repo
1 parent 1a9116c commit 96298ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
assertk is a fluent assertion library for Kotlin inspired by [AssertJ](https://github.com/assertj/assertj-core).
88

9-
- [Documentation](https://willowtreeapps.github.io/assertk/assertk/assertk.assertions/index.html)
9+
- [Documentation](https://assertk-org.github.io/assertk/assertk/assertk.assertions/index.html)
1010

1111
## Why another assertion library?
1212

@@ -80,7 +80,7 @@ class PersonTest {
8080
```
8181

8282
You can see all built-in assertions in
83-
the [docs](https://willowtreeapps.github.io/assertk/assertk/assertk.assertions/index.html).
83+
the [docs](https://assertk-org.github.io/assertk/assertk/assertk.assertions/index.html).
8484

8585
### Nullability
8686

assertk-coroutines/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# assertk-coroutines
22

33
This lib adds some assertions for coroutines/flow. You can see all built-in assertions in the
4-
[docs](https://willowtreeapps.github.io/assertk/javadoc/assertk-coroutines/assertk-coroutines/assertk.coroutines.assertions/index.html).
4+
[docs](https://assertk-org.github.io/assertk/javadoc/assertk-coroutines/assertk-coroutines/assertk.coroutines.assertions/index.html).
55

66
## Setup
77

0 commit comments

Comments
 (0)