Fix broken links in README
This commit is contained in:
parent
bf3aaee77b
commit
62f96c6d9a
@ -68,10 +68,10 @@ 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/src/main/kotlin/com/mikebull94/result/Result.kt#L10
|
||||
[result-ok]: https://github.com/michaelbull/kotlin-result/blob/master/src/main/kotlin/com/mikebull94/result/Result.kt#L15
|
||||
[result-error]: https://github.com/michaelbull/kotlin-result/blob/master/src/main/kotlin/com/mikebull94/result/Result.kt#L31
|
||||
[unit-tests]: https://github.com/michaelbull/kotlin-result/tree/master/src/test/kotlin/com/mikebull94/result
|
||||
[result]: https://github.com/michaelbull/kotlin-result/blob/master/src/main/kotlin/com/github/michaelbull/result/Result.kt#L10
|
||||
[result-ok]: https://github.com/michaelbull/kotlin-result/blob/master/src/main/kotlin/com/github/michaelbull/result/Result.kt#L15
|
||||
[result-error]: https://github.com/michaelbull/kotlin-result/blob/master/src/main/kotlin/com/github/michaelbull/result/Result.kt#L31
|
||||
[unit-tests]: https://github.com/michaelbull/kotlin-result/tree/master/src/test/kotlin/com/github/michaelbull/result
|
||||
[wiki]: https://github.com/michaelbull/kotlin-result/wiki
|
||||
[wiki-elm]: https://github.com/michaelbull/kotlin-result/wiki/Elm
|
||||
[wiki-haskell]: https://github.com/michaelbull/kotlin-result/wiki/Haskell
|
||||
|
Loading…
Reference in New Issue
Block a user