Skip to content

Commit 3cfe4f9

Browse files
authored
Merge pull request #390 from smallstep/linkfix
fix link checker
2 parents 3c42a06 + 4d4d8f4 commit 3cfe4f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

step-ca/cryptographic-protection.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Here are some notes on granting a custom IAM role that provides step-ca with acc
337337

338338
## Azure Key Vault
339339

340-
[Azure Key Vault](https://azure.microsoft.com/en-us/products/key-vault) is Microsoft's managed key management service.
340+
[Azure Key Vault](https://learn.microsoft.com/en-us/azure/key-vault/general/overview) is Microsoft's managed key management service.
341341

342342
### Authentication
343343

step-ca/provisioners.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ a Certificate Signing Request (CSR) is sent to the CA
324324
along with a short-lived JSON Web Token (JWT) which authenticates the request.
325325

326326
The JWK provisioner can be useful for custom integrations.
327-
JWTs are easy to [generate programmatically](https://jwt.io/#libraries-io),
327+
JWTs are easy to [generate programmatically](https://jwt.io/libraries),
328328
without using `step`.
329329
We have written a few [example clients](https://github.com/smallstep/clients/tree/main) for demonstration purposes.
330330

0 commit comments

Comments
 (0)