From ac4c0b7008abd834fe9034f8675eca99caeaa200 Mon Sep 17 00:00:00 2001
From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
Date: Wed, 9 Feb 2022 19:30:02 +0000
Subject: [PATCH] backport of commit 8be2c4a3972f706c52c4b8df88e37cd2fd0ca6a2

---
 website/docs/language/state/workspaces.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/docs/language/state/workspaces.mdx b/website/docs/language/state/workspaces.mdx
index ffd2020743..cca4419442 100644
--- a/website/docs/language/state/workspaces.mdx
+++ b/website/docs/language/state/workspaces.mdx
@@ -203,4 +203,4 @@ meant to be a shared resource. They aren't a private, local-only notion
 
 The "current workspace" name is stored locally in the ignored
 `.terraform` directory. This allows multiple team members to work on
-different workspaces concurrently. Workspace names are also attached to associated remote workspaces in Terraform Cloud. For more details about workspace names in Terraform Cloud, refer to the [remote backend](/language/settings/backends/remote#workspaces) and [CLI Integration](/cli/cloud/settings#arguments) (recommended) documentation.
+different workspaces concurrently. Workspace names are also attached to associated remote workspaces in Terraform Cloud. For more details about workspace names in Terraform Cloud, refer to the [remote backend](/language/settings/backends/remote#workspaces) and [CLI Integration (recommended)](/cli/cloud/settings#arguments) documentation.
-- 
GitLab