diff --git a/Cargo.toml b/Cargo.toml index 36c19aee..cb308990 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ [workspace.package] authors = ["Haderech Pte. Ltd."] edition = "2021" -repository = "https://github.com/NoirHQ/noir/" +repository = "https://github.com/noirhq/noir/" [workspace.dependencies] array-bytes = "6.0" @@ -132,11 +132,11 @@ pallet-evm-precompile-sha3fips = { git = "https://github.com/paritytech/frontier pallet-evm-precompile-simple = { git = "https://github.com/paritytech/frontier", branch = "polkadot-v1.1.0", default-features = false } # horizon -hc-rpc = { git = "https://github.com/NoirHQ/horizon", branch = "polkadot-v1.1.0" } -hp-crypto = { git = "https://github.com/NoirHQ/horizon", branch = "polkadot-v1.1.0", default-features = false } -hp-rpc = { git = "https://github.com/NoirHQ/horizon", branch = "polkadot-v1.1.0", default-features = false } -hp-cosmos = { git = "https://github.com/NoirHQ/horizon", branch = "polkadot-v1.1.0", default-features = false } -pallet-cosmos = { git = "https://github.com/NoirHQ/horizon", branch = "polkadot-v1.1.0", default-features = false } +hc-rpc = { git = "https://github.com/noirhq/horizon", branch = "polkadot-v1.1.0" } +hp-crypto = { git = "https://github.com/noirhq/horizon", branch = "polkadot-v1.1.0", default-features = false } +hp-rpc = { git = "https://github.com/noirhq/horizon", branch = "polkadot-v1.1.0", default-features = false } +hp-cosmos = { git = "https://github.com/noirhq/horizon", branch = "polkadot-v1.1.0", default-features = false } +pallet-cosmos = { git = "https://github.com/noirhq/horizon", branch = "polkadot-v1.1.0", default-features = false } [profile.release] panic = "unwind" diff --git a/README.md b/README.md index 655fd061..df3790ba 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Noir -[![GitHub License](https://img.shields.io/badge/license-GPL3%2FApache2-blue)](#LICENSE) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/NoirHQ/noir/ci.yml?event=push)](https://github.com/NoirHQ/noir) +[![GitHub License](https://img.shields.io/badge/license-GPL3%2FApache2-blue)](#LICENSE) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/noirhq/noir/ci.yml?event=push)](https://github.com/noirhq/noir) Implementation of Noir, a metaprotocol for connecting heterogeneous distributed systems. diff --git a/node/src/command.rs b/node/src/command.rs index 5652e8c3..5dc413a7 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -43,7 +43,7 @@ impl SubstrateCli for Cli { } fn support_url() -> String { - "https://github.com/NoirHQ/noir/issues/new".into() + "https://github.com/noirhq/noir/issues/new".into() } fn copyright_start_year() -> i32 {