diff options
author | hozan23 <hozan23@proton.me> | 2023-12-02 05:21:22 +0300 |
---|---|---|
committer | hozan23 <hozan23@proton.me> | 2023-12-02 05:21:22 +0300 |
commit | 3a800cd40c3c034b9343ea8d31c62ea5b98560f8 (patch) | |
tree | 2f2c6f615c0400296bbb004f5d0e4da8361ae5fb | |
parent | 8cdc44b24724acf7dd458e59f5ceed4af04574be (diff) |
README: fix broken links
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -26,18 +26,18 @@ implementation for building collaborative software. This project is a work in progress. The current focus is on shipping `karyon crdt` and `karyon store`, along with major changes to the network stack. You can -check the [issues](https://github.com/karyons/karyons/issues) for updates on +check the [issues](https://github.com/karyons/karyon/issues) for updates on ongoing tasks. ## Docs Online documentation for the main crates: -[karyon_p2p](https://karyons.github.io/karyons/karyon_p2p), -[karyon_jsonrpc](https://karyons.github.io/karyons/karyon_jsonrpc) +[karyon_p2p](https://karyons.github.io/karyon/karyon_p2p), +[karyon_jsonrpc](https://karyons.github.io/karyon/karyon_jsonrpc) For the internal crates: -[karyon_core](https://karyons.github.io/karyons/karyon_core), -[karyon_net](https://karyons.github.io/karyons/karyon_net) +[karyon_core](https://karyons.github.io/karyon/karyon_core), +[karyon_net](https://karyons.github.io/karyon/karyon_net) ## Thanks @@ -47,7 +47,7 @@ Big thanks to [Ink & Switch](https://www.inkandswitch.com/) team, ## Contribution -Feel free to open a pull request or an [issue](https://github.com/karyons/karyons/issues/new). +Feel free to open a pull request or an [issue](https://github.com/karyons/karyon/issues/new). ## License |