Skip to content

Commit

Permalink
Fix a tokenization docs link fix (#12296)
Browse files Browse the repository at this point in the history
* docs link typo

* Off by one relative dir
  • Loading branch information
sgmiller authored and actions-user committed Aug 18, 2021
1 parent 90e5edf commit 66933d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/api-docs/secret/transform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ This endpoint starts or continues retrieving an export of tokenization
state, including the tokens and their decoded values. This call is only
supported on tokenization stores configured with the `exportable` mapping
mode. Refer to the Tokenization
[documentation](../docs/secrets/transform/tokenization.mdx#security_considerations)
[documentation](../../docs/secrets/transform/tokenization#security-considerations)
for when to use the `exportable` mapping mode.
Decoded values are in Base64 representation.

Expand Down

0 comments on commit 66933d3

Please sign in to comment.