From bed5650e2f7aa9247568788a4c0c11f41ac9b598 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Wed, 5 Oct 2022 13:33:30 -0400 Subject: [PATCH 1/3] Update backends.mdx --- website/docs/language/state/backends.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/docs/language/state/backends.mdx b/website/docs/language/state/backends.mdx index 03a1195842..eb060d162a 100644 --- a/website/docs/language/state/backends.mdx +++ b/website/docs/language/state/backends.mdx @@ -66,9 +66,7 @@ prior to forcing the overwrite. Backends are responsible for supporting [state locking](/language/state/locking) if possible. -Not all backends support locking. The -[documentation for each backend](/language/settings/backends) -includes details on whether it supports locking or not. +Not all backends support locking. The documentation for each backend includes details about whether it supports locking or not. For more information on state locking, view the [page dedicated to state locking](/language/state/locking). From 97c628044aa49652c0ad4faf95cba6be0cae7b11 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Wed, 5 Oct 2022 13:42:22 -0400 Subject: [PATCH 2/3] Update website/docs/language/state/backends.mdx --- website/docs/language/state/backends.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/state/backends.mdx b/website/docs/language/state/backends.mdx index eb060d162a..50b587bf37 100644 --- a/website/docs/language/state/backends.mdx +++ b/website/docs/language/state/backends.mdx @@ -66,7 +66,7 @@ prior to forcing the overwrite. Backends are responsible for supporting [state locking](/language/state/locking) if possible. -Not all backends support locking. The documentation for each backend includes details about whether it supports locking or not. +Not all backends support locking. The [documentation for each backend](/language/settings/backends/configuration) includes details about whether it supports locking or not. For more information on state locking, view the [page dedicated to state locking](/language/state/locking). From 8258070fd5ef4d1bf570ffd73e6fd607ebb9615c Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Wed, 5 Oct 2022 13:43:45 -0400 Subject: [PATCH 3/3] Update website/docs/language/state/backends.mdx --- website/docs/language/state/backends.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/state/backends.mdx b/website/docs/language/state/backends.mdx index 50b587bf37..5c3602aa51 100644 --- a/website/docs/language/state/backends.mdx +++ b/website/docs/language/state/backends.mdx @@ -66,7 +66,7 @@ prior to forcing the overwrite. Backends are responsible for supporting [state locking](/language/state/locking) if possible. -Not all backends support locking. The [documentation for each backend](/language/settings/backends/configuration) includes details about whether it supports locking or not. +Not all backends support locking. The [documentation for each backend](/language/settings/backends/configuration#available-backends) includes details about whether it supports locking or not. For more information on state locking, view the [page dedicated to state locking](/language/state/locking).