From 1102e5c932958d6ca264032961127527b21f6200 Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Sat, 2 Mar 2024 17:13:29 +0000 Subject: [PATCH] Fix link in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9e2aaa..6ee12cf 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,7 @@ Bug reports and pull requests are welcome on [GitHub][github]. This project is available under the terms of the ISC license. See the [`LICENSE`](LICENSE) file for the copyright information and licensing terms. +[result]: https://github.com/michaelbull/kotlin-result/blob/master/kotlin-result/src/commonMain/kotlin/com/github/michaelbull/result/Result.kt#L10 [result-ok]: https://github.com/michaelbull/kotlin-result/blob/master/kotlin-result/src/commonMain/kotlin/com/github/michaelbull/result/Result.kt#L35 [result-err]: https://github.com/michaelbull/kotlin-result/blob/master/kotlin-result/src/commonMain/kotlin/com/github/michaelbull/result/Result.kt#L58 [result-runCatching]: https://github.com/michaelbull/kotlin-result/blob/master/kotlin-result/src/commonMain/kotlin/com/github/michaelbull/result/Factory.kt#L11