From 2d562b7f5e01ba42ee478b0c5c84955934fa7fe3 Mon Sep 17 00:00:00 2001 From: Heath Stewart Date: Tue, 24 Sep 2024 14:48:48 -0700 Subject: [PATCH] Update root crate repository URLs --- doc/azure/Cargo.toml | 2 +- doc/microsoft/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]