diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e311d6a..325bfd1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ Clone the repo and verify your setup: ``` -git clone https://github.com/jmcorgan/fips.git +git clone https://github.com/fips-network/fips.git cd fips cargo build cargo test diff --git a/Cargo.toml b/Cargo.toml index c1333ba..1682b18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" description = "A distributed, decentralized network routing protocol for mesh nodes connecting over arbitrary transports" license = "MIT" authors = ["Johnathan Corgan "] -repository = "https://github.com/jmcorgan/fips" +repository = "https://github.com/fips-network/fips" readme = "README.md" [features] diff --git a/README.md b/README.md index 140410e..968b188 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ sessions across the mesh. ### Build ``` -git clone https://github.com/jmcorgan/fips.git +git clone https://github.com/fips-network/fips.git cd fips cargo build --release ```