Skip to content

Commit 71d1d8d

Browse files
authored
Fix broken README links (Azure#2209)
The link checker wasn't running when some of these READMEs were updated prior, and some crates.io links required a fix: Azure/azure-sdk-tools#9889.
1 parent f869aec commit 71d1d8d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Building each crate should be as straight forward as `cargo build`, but check ea
3434

3535
### Mock testing framework
3636

37-
This library comes with a testing framework that executes against prerecorded sessions to quickly validate code changes without incurring in Azure costs. You can read more about it in the [Mock testing framework's README](https://github.com/Azure/azure-sdk-for-rust/tree/feature/track2/doc/mock_transport.md).
37+
This library comes with a testing framework that executes against prerecorded sessions to quickly validate code changes without incurring in Azure costs. You can read more about it in the [Mock testing framework's README](https://github.com/Azure/azure-sdk-for-rust/blob/main/doc/mock_transport.md).
3838

3939
## Need help?
4040

sdk/identity/azure_identity/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
8282

8383
|Credential|Usage
8484
|-|-
85-
|[`ImdsManagedIdentityCredential`][managed_id_cred_ref]| Authenticates the managed identity of an Azure resource.
8685
|[`WorkloadIdentityCredential`][workload_id_cred_ref]| Supports [Microsoft Entra Workload ID](https://learn.microsoft.com/azure/aks/workload-identity-overview) on Kubernetes.
8786

8887
### Authenticate service principals
@@ -101,7 +100,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
101100

102101
### Client library support
103102

104-
Client and management libraries listed on the [Azure SDK release page](https://azure.github.io/azure-sdk/releases/latest/rust.html)that support Microsoft Entra authentication accept credentials from this library. You can learn more about using these libraries in their documentation, which is available at [Docs.rs](https://Docs.rs).
103+
Client and management libraries listed on the [Azure SDK release page](https://azure.github.io/azure-sdk/releases/latest/#rust)that support Microsoft Entra authentication accept credentials from this library. You can learn more about using these libraries in their documentation, which is available at [Docs.rs](https://Docs.rs).
105104

106105
### Provide feedback
107106

@@ -120,12 +119,11 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
120119
[azure_security_keyvault_secrets]: https://github.com/Azure/azure-sdk-for-rust/tree/main/sdk/keyvault/azure_security_keyvault_secrets
121120
[Azure subscription]: https://azure.microsoft.com/free/
122121
[cert_cred_ref]: https://docs.rs/azure_identity/latest/azure_identity/struct.ClientCertificateCredential.html
123-
[cli_cred_ref]: https://docs.rs/azure_identity/latest/azure_identity/struct.AzureauthCliCredential.html
122+
[cli_cred_ref]: https://docs.rs/azure_identity/latest/azure_identity/struct.AzureCliCredential.html
124123
[default_cred_ref]: https://docs.rs/azure_identity/latest/azure_identity/struct.DefaultAzureCredential.html
125124
[Microsoft Entra ID documentation]: https://learn.microsoft.com/entra/identity/
126125
[API reference documentation]: https://docs.rs/azure_identity/latest/azure_identity/
127-
[managed_id_cred_ref]: https://docs.rs/azure_identity/latest/azure_identity/struct.ImdsManagedIdentityCredential.html
128126
[Package (crates.io)]: https://crates.io/crates/azure_identity
129127
[Source code]: https://github.com/Azure/azure-sdk-for-rust/tree/main/sdk/identity/azure_identity
130-
[token_cred_ref]: https://docs.rs/azure_core/latest/azure_core/struct.TokenCredential.html
128+
[token_cred_ref]: https://docs.rs/azure_core/latest/azure_core/credentials/trait.TokenCredential.html
131129
[workload_id_cred_ref]: https://docs.rs/azure_identity/latest/azure_identity/struct.WorkloadIdentityCredential.html

0 commit comments

Comments
 (0)