Skip to content

Commit 6bf5432

Browse files
authored
Fix broken doc links for Key Vault (Azure#22772)
1 parent 068fa9e commit 6bf5432

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sdk/keyvault/Azure.Security.KeyVault.Certificates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
326326
[azure_sub]: https://azure.microsoft.com/free/dotnet/
327327
[azure_cli]: https://docs.microsoft.com/cli/azure
328328
[certificate_client_class]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/keyvault/Azure.Security.KeyVault.Certificates/src/CertificateClient.cs
329-
[soft_delete]: https://docs.microsoft.com/azure/key-vault/key-vault-ovw-soft-delete
329+
[soft_delete]: https://docs.microsoft.com/azure/key-vault/general/soft-delete-overview
330330
[azure_identity]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/identity/Azure.Identity#defaultazurecredential
331331
[keyvault_rest]: https://docs.microsoft.com/rest/api/keyvault/
332332
[secrets_client_library]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/keyvault/Azure.Security.KeyVault.Secrets

sdk/keyvault/Azure.Security.KeyVault.Keys/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ For more information see the [Code of Conduct FAQ][coc_faq] or contact opencode@
469469
[JWK]: https://tools.ietf.org/html/rfc7517
470470
[nuget]: https://www.nuget.org/
471471
[secrets_client_library]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/keyvault/Azure.Security.KeyVault.Secrets
472-
[soft_delete]: https://docs.microsoft.com/azure/key-vault/key-vault-ovw-soft-delete
472+
[soft_delete]: https://docs.microsoft.com/azure/key-vault/general/soft-delete-overview
473473
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/README.md#defaultazurecredential
474474
[contributing]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/keyvault/CONTRIBUTING.md
475475
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

sdk/keyvault/Azure.Security.KeyVault.Secrets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
348348
[secret_client_nuget_package]: https://www.nuget.org/packages/Azure.Security.KeyVault.Secrets/
349349
[secret_client_samples]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/keyvault/Azure.Security.KeyVault.Secrets/samples
350350
[secret_client_src]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/keyvault/Azure.Security.KeyVault.Secrets/src
351-
[soft_delete]: https://docs.microsoft.com/azure/key-vault/key-vault-ovw-soft-delete
351+
[soft_delete]: https://docs.microsoft.com/azure/key-vault/general/soft-delete-overview
352352
[DefaultAzureCredential]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/README.md#defaultazurecredential
353353
[contributing]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/keyvault/CONTRIBUTING.md
354354
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

sdk/keyvault/Microsoft.Azure.KeyVault/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ complete Azure SDK, please see the [Microsoft Azure .NET Developer Center](https
4040

4141
The complete Microsoft Azure SDK can be downloaded from the [Microsoft Azure Downloads Page](https://azure.microsoft.com/downloads/?sdk=net) and ships with support for building deployment packages, integrating with tooling, rich command line tooling, and more.
4242

43-
Please review [Get started with Azure Key Vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started) if you are not familiar with Azure Key Vault.
43+
Please review the [overview](https://docs.microsoft.com/azure/key-vault/general/overview) if you are not familiar with Azure Key Vault.
4444

4545
For the best development experience, developers should use the official Microsoft NuGet packages for libraries. NuGet packages are regularly updated with new functionality and hotfixes.
4646

0 commit comments

Comments
 (0)