diff --git a/contrib/db_pools/codegen/Cargo.toml b/contrib/db_pools/codegen/Cargo.toml index 713b5a1f..35f2b6d3 100644 --- a/contrib/db_pools/codegen/Cargo.toml +++ b/contrib/db_pools/codegen/Cargo.toml @@ -3,7 +3,7 @@ name = "rocket_db_pools_codegen" version = "0.1.0" authors = ["Sergio Benitez ", "Jeb Rosen "] description = "Procedural macros for rocket_db_pools." -repository = "https://github.com/rwf2/Rocket/contrib/db_pools" +repository = "https://github.com/rwf2/Rocket/tree/master/contrib/db_pools" readme = "../README.md" keywords = ["rocket", "framework", "database", "pools"] license = "MIT OR Apache-2.0" diff --git a/contrib/db_pools/lib/Cargo.toml b/contrib/db_pools/lib/Cargo.toml index a6ab0364..ece1c050 100644 --- a/contrib/db_pools/lib/Cargo.toml +++ b/contrib/db_pools/lib/Cargo.toml @@ -3,7 +3,7 @@ name = "rocket_db_pools" version = "0.1.0" authors = ["Sergio Benitez ", "Jeb Rosen "] description = "Rocket async database pooling support" -repository = "https://github.com/rwf2/Rocket/contrib/db_pools" +repository = "https://github.com/rwf2/Rocket/tree/master/contrib/db_pools" readme = "../README.md" keywords = ["rocket", "framework", "database", "pools"] license = "MIT OR Apache-2.0" diff --git a/contrib/sync_db_pools/codegen/Cargo.toml b/contrib/sync_db_pools/codegen/Cargo.toml index 1f30eb32..306e4219 100644 --- a/contrib/sync_db_pools/codegen/Cargo.toml +++ b/contrib/sync_db_pools/codegen/Cargo.toml @@ -3,7 +3,7 @@ name = "rocket_sync_db_pools_codegen" version = "0.1.0" authors = ["Sergio Benitez "] description = "Procedural macros for rocket_sync_db_pools." -repository = "https://github.com/rwf2/Rocket/contrib/sync_db_pools" +repository = "https://github.com/rwf2/Rocket/tree/master/contrib/sync_db_pools" readme = "../README.md" keywords = ["rocket", "framework", "database", "pools"] license = "MIT OR Apache-2.0"