Skip to content

Commit

Permalink
fix repo links of crates
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrchien committed Dec 19, 2023
1 parent 0ca1d29 commit 10c3332
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion realm_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "realm_core"
version = "0.3.8"
authors = ["Realm Contributors"]
description = "Realm's core facilities."
repository = "https://github.com/zhboner/realm/realm_core"
repository = "https://github.com/zhboner/realm"
readme = "README.md"
documentation = "https://docs.rs/realm_core"
keywords = ["network", "relay", "zero-copy", "websocket", "tls"]
Expand Down
2 changes: 1 addition & 1 deletion realm_hook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "realm_hook"
version = "0.1.4"
authors = ["zephyr <[email protected]>"]
description = "Realm's flexible hooks."
repository = "https://github.com/zhboner/realm/realm_hook"
repository = "https://github.com/zhboner/realm"
readme = "README.md"
documentation = "https://docs.rs/realm_hook"
keywords = ["ffi", "hook"]
Expand Down
2 changes: 1 addition & 1 deletion realm_io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "realm_io"
version = "0.4.0"
authors = ["zephyr <[email protected]>"]
description = "Realm's high performance IO collections."
repository = "https://github.com/zhboner/realm/realm_io"
repository = "https://github.com/zhboner/realm"
readme = "README.md"
documentation = "https://docs.rs/realm_io"
keywords = ["network", "zero-copy", "relay"]
Expand Down
2 changes: 1 addition & 1 deletion realm_syscall/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "realm_syscall"
version = "0.1.8"
authors = ["zephyr <[email protected]>"]
description = "Realm's convenient syscall collections."
repository = "https://github.com/zhboner/realm/realm_syscall"
repository = "https://github.com/zhboner/realm"
readme = "README.md"
documentation = "https://docs.rs/realm_syscall"
keywords = ["network", "syscall"]
Expand Down

0 comments on commit 10c3332

Please sign in to comment.