From 7048a045e30d50e90e895140a898da2c83708397 Mon Sep 17 00:00:00 2001 From: David Yu Date: Tue, 13 Jul 2021 14:02:51 -0700 Subject: [PATCH] docs: Add link to learn guide on migrating ACL tokens (#10609) * docs: Add link to learn guide on migrating ACL tokens --- website/content/docs/security/acl/acl-legacy.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/security/acl/acl-legacy.mdx b/website/content/docs/security/acl/acl-legacy.mdx index ff7645bc3..e8f60c7f9 100644 --- a/website/content/docs/security/acl/acl-legacy.mdx +++ b/website/content/docs/security/acl/acl-legacy.mdx @@ -14,7 +14,7 @@ description: >- ~> **Alert: Deprecation Notice** The ACL system described here was Consul's original ACL implementation. In Consul 1.4.0 -the ACL system was rewritten and the legacy system was deprecated. The new ACL system information can be found [here](/docs/acl/acl-system). +the ACL system was rewritten and the legacy system was deprecated. The new ACL system information can be found [here](/docs/acl/acl-system). For information on how to migrate to the new ACL System, please read the [Migrate Legacy ACL Tokens](https://learn.hashicorp.com/tutorials/consul/access-control-token-migration) tutorial. The legacy documentation has two sections.