Skip to content

Commit 9c6e92e

Browse files
authored
Merge pull request #103884 from msmbaldwin/patch-6
Update quick-create-java.md
2 parents cd3588e + 7d770a3 commit 9c6e92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/key-vault/quick-create-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export KEY_VAULT_NAME=<your-key-vault-name>
164164

165165
The Azure Key Vault client library for Java allows you to manage keys and related assets such as certificates and secrets. The code samples below will show you how to create a client, set a secret, retrieve a secret, and delete a secret.
166166

167-
The entire console app is available at https://github.com/Azure-Samples/key-vault-dotnet-core-quickstart/tree/master/key-vault-console-app.
167+
The entire console app is [below](#sample-code).
168168

169169
## Code examples
170170

0 commit comments

Comments
 (0)