diff --git a/doc/azure/Cargo.toml b/doc/azure/Cargo.toml index 27e3d106d7..78faebaa9b 100644 --- a/doc/azure/Cargo.toml +++ b/doc/azure/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true rust-version.workspace = true description = "Project root for all Azure SDK-related crates." homepage = "https://azure.github.io/azure-sdk" -repository.workspace = true +repository = "https://github.com/Azure/azure-sdk-for-rust/tree/feature/rust-rfc3243" license.workspace = true categories = ["compilers", "development-tools"] keywords = ["azure", "sdk"] diff --git a/doc/microsoft/Cargo.toml b/doc/microsoft/Cargo.toml index 06182e3c02..9b087b2aad 100644 --- a/doc/microsoft/Cargo.toml +++ b/doc/microsoft/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true rust-version.workspace = true description = "Project root for all Microsoft-related crates." homepage = "https://www.microsoft.com" -repository.workspace = true +repository = "https://github.com/Azure/azure-sdk-for-rust/tree/feature/rust-rfc3243" license.workspace = true categories = ["development-tools"] keywords = ["microsoft"]