Skip to content

Commit d19dbef

Browse files
Update README.md
1 parent e9bd61d commit d19dbef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Reduce the need for emptiness checks and reduce unsafe APIs with **NonEmptyColle
55

66
You can use `NonEmptyList`s, `NonEmptySet`s and `NonEmptyMap`s to restrict the input of functions to make your code safer and avoid unnecessary runtime exceptions.
77

8-
For a detailed explanation see our related [article](--link--).
8+
For a detailed explanation see our related article [Non-Empty Collections in Kotlin](https://quickbirdstudios.com/blog/non-empty-collections-kotlin).
99

1010
This is an early version and work in progress. Do not hesitate to give feedback, ideas or improvements via an issue.
1111

0 commit comments

Comments
 (0)