From e04eec1d0e2893b34c6f53dc5bded3348905bfab Mon Sep 17 00:00:00 2001 From: PrplHaz4 Date: Sun, 5 Mar 2023 19:59:13 -0500 Subject: [PATCH] docs(site): fix link to repositories docs (#2789) --- site/content/docs/FAQs/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/FAQs/_index.md b/site/content/docs/FAQs/_index.md index f02651a86..263c1b70f 100644 --- a/site/content/docs/FAQs/_index.md +++ b/site/content/docs/FAQs/_index.md @@ -31,7 +31,7 @@ A `snapshot` is a [point-in-time backup](../features#backup-files-and-directorie A `repository` is the storage location where your snapshots are saved; Kopia supports [cloud/remote, network, and local storage locations](../features#save-snapshots-to-cloud-network-or-local-storage) and all repositories are [encrypted](../features/#end-to-end-zero-knowledge-encryption) with a password that you designate. -See the [repository help docs](../repository) for more information. +See the [repository help docs](../repositories) for more information. #### What is a Policy?