Skip to content

Commit 77b5c7d

Browse files
author
Rujun Chen
authored
Fix link error about key vault. (Azure#23131)
1 parent 88408a1 commit 77b5c7d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sdk/keyvault/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This is the Microsoft Azure Key Vault client library which allows for the consumption of Key Vault services. Azure Key Vault helps safeguard cryptographic keys and secrets used by cloud applications and services. By using Key Vault, you can encrypt keys and secrets (such as authentication keys, storage account keys, data encryption keys, .PFX files, and passwords) using keys protected by hardware security modules (HSMs). For added assurance, you can import or generate keys in HSMs. If you choose to do this, Microsoft processes your keys in FIPS 140-2 Level 2 validated HSMs (hardware and firmware).
66
Key Vault streamlines the key management process and enables you to maintain control of keys that access and encrypt your data. Developers can create keys for development and testing in minutes, and then seamlessly migrate them to production keys. Security administrators can grant (and revoke) permission to keys, as needed.
7-
For more information refer to [What is Key Vault?](https://docs.microsoft.com/azure/key-vault/key-vault-whatis) or [Getting Started](https://docs.microsoft.com/azure/key-vault/key-vault-get-started).
7+
For more information refer to [About Azure Key Vault](https://docs.microsoft.com/azure/key-vault/general/overview).
88

99
Documentation for this SDK can be found at [Azure Key Vault Java Documentation](https://docs.microsoft.com/java/api/overview/azure/keyvault)
1010

@@ -133,8 +133,7 @@ For details on contributing to this repository, see the [contributing guide](htt
133133

134134
# More information
135135
* [Azure Key Vault Java Documentation](https://docs.microsoft.com/java/api/overview/azure/keyvault)
136-
* [What is Key Vault?](https://docs.microsoft.com/azure/key-vault/key-vault-whatis)
137-
* [Get started with Azure Key Vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started)
136+
* [About Azure Key Vault](https://docs.microsoft.com/azure/key-vault/general/overview)
138137
* [Azure Key Vault General Documentation](https://docs.microsoft.com/azure/key-vault/)
139138
* [Azure Key Vault REST API Reference](https://docs.microsoft.com/rest/api/keyvault/)
140139
* [Azure Active Directory Documenation](https://docs.microsoft.com/azure/active-directory/)

0 commit comments

Comments
 (0)