Skip to content

Commit

Permalink
update the links in the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
hozan23 committed Mar 13, 2024
1 parent f9c8ebb commit 5f40382
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/karyon/issues) for updates on
check the [issues](https://github.com/karyontech/karyon/issues) for updates on
ongoing tasks.

## Docs

Online documentation for the main crates:
[karyon_p2p](https://karyons.github.io/karyon/karyon_p2p),
[karyon_jsonrpc](https://karyons.github.io/karyon/karyon_jsonrpc)
[karyon_p2p](https://karyontech.github.io/karyon/karyon_p2p),
[karyon_jsonrpc](https://karyontech.github.io/karyon/karyon_jsonrpc)

For the internal crates:
[karyon_core](https://karyons.github.io/karyon/karyon_core),
[karyon_net](https://karyons.github.io/karyon/karyon_net)
[karyon_core](https://karyontech.github.io/karyon/karyon_core),
[karyon_net](https://karyontech.github.io/karyon/karyon_net)

## Thanks

Expand All @@ -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/karyon/issues/new).
Feel free to open a pull request or an [issue](https://github.com/karyontech/karyon/issues/new).

## License

Expand Down
2 changes: 1 addition & 1 deletion p2p/src/connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use crate::{
Error, PeerID, Result,
};

static DNS_NAME: &str = "karyons.org";
static DNS_NAME: &str = "karyontech.net";

/// Responsible for creating outbound connections with other peers.
pub struct Connector {
Expand Down

0 comments on commit 5f40382

Please sign in to comment.