diff --git a/juniper_iron/Cargo.toml b/juniper_iron/Cargo.toml index 14595ad8..bcfbe659 100644 --- a/juniper_iron/Cargo.toml +++ b/juniper_iron/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Magnus Hallin "] description = "Iron integration for juniper" license = "BSD-2-Clause" documentation = "https://docs.rs/juniper_iron" -repository = "https://github.com/graphql-rust/juniper_iron" +repository = "https://github.com/graphql-rust/juniper" [dependencies] serde = { version = "1.0.8" } diff --git a/juniper_rocket/Cargo.toml b/juniper_rocket/Cargo.toml index 4f1ef3f4..ece4d690 100644 --- a/juniper_rocket/Cargo.toml +++ b/juniper_rocket/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Magnus Hallin "] description = "Juniper GraphQL integration with Rocket" license = "BSD-2-Clause" documentation = "https://docs.rs/juniper_rocket" -repository = "https://github.com/graphql-rust/juniper_rocket" +repository = "https://github.com/graphql-rust/juniper" [dependencies] serde = { version = "1.0.8" }