From 5a7f0a1ab69822a918b677fc7a4e458ffc41a124 Mon Sep 17 00:00:00 2001 From: "Terry L. Blessing" <3756245+tlblessing@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:05:03 -0500 Subject: [PATCH] Update website/docs/cli/plugins/index.mdx Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com> --- website/docs/cli/plugins/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/plugins/index.mdx b/website/docs/cli/plugins/index.mdx index 4ba8c20f41..f125655827 100644 --- a/website/docs/cli/plugins/index.mdx +++ b/website/docs/cli/plugins/index.mdx @@ -8,7 +8,7 @@ description: >- # Managing Plugins Terraform relies on plugins called providers to manage various types -of resources. For more information about providers, see +of resources. For more information about providers, refer to [Providers](/terraform/language/providers) in the Terraform language docs.