Skip to content

Commit 08cdcd4

Browse files
committed
Update root crate repository URLs
1 parent 81d03bb commit 08cdcd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/azure/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition.workspace = true
66
rust-version.workspace = true
77
description = "Project root for all Azure SDK-related crates."
88
homepage = "https://azure.github.io/azure-sdk"
9-
repository.workspace = true
9+
repository = "https://github.com/Azure/azure-sdk-for-rust/tree/feature/rust-rfc3243"
1010
license.workspace = true
1111
categories = ["compilers", "development-tools"]
1212
keywords = ["azure", "sdk"]

doc/microsoft/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition.workspace = true
66
rust-version.workspace = true
77
description = "Project root for all Microsoft-related crates."
88
homepage = "https://www.microsoft.com"
9-
repository.workspace = true
9+
repository = "https://github.com/Azure/azure-sdk-for-rust/tree/feature/rust-rfc3243"
1010
license.workspace = true
1111
categories = ["development-tools"]
1212
keywords = ["microsoft"]

0 commit comments

Comments
 (0)