From ddab7c6fc5a0e2c36b1bd0320be7d0959ffe24a0 Mon Sep 17 00:00:00 2001 From: Matthew Howell Date: Mon, 26 Sep 2022 00:40:29 -0400 Subject: [PATCH] docs(site): Fix 'server mode' link (#2439) Server mode link leads to a 404 error at https://kopia.io/docs/docs/faqs/#what-is-a-kopia-repository-server Removed extra /docs/ in the URL. Co-authored-by: Matthew Howell --- site/content/docs/Features/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/Features/_index.md b/site/content/docs/Features/_index.md index 91501af69..a945a2481 100644 --- a/site/content/docs/Features/_index.md +++ b/site/content/docs/Features/_index.md @@ -123,7 +123,7 @@ Do not want to use command-line? No problem. Kopia also comes with a [powerful o ### Optional Server Mode with API Support to Centrally Manage Backups of Multiple Machines -Kopia is designed to backup individual machines and you absolutely do not need a server to run Kopia. If you have a handful of machines, you can install and use Kopia on each of them individually, no problem. At the same time, Kopia can also be run in [server mode](../docs/faqs/#what-is-a-kopia-repository-server) for those that are looking to centrally manage backups of multiple machines, in which case the Kopia server exposes an API that can be used to build client tools to do things like trigger snapshots, get client status, and access snapshotted data. Kopia's server mode makes it incredibly easy to centrally manage backups of multiple computers. +Kopia is designed to backup individual machines and you absolutely do not need a server to run Kopia. If you have a handful of machines, you can install and use Kopia on each of them individually, no problem. At the same time, Kopia can also be run in [server mode](../faqs/#what-is-a-kopia-repository-server) for those that are looking to centrally manage backups of multiple machines, in which case the Kopia server exposes an API that can be used to build client tools to do things like trigger snapshots, get client status, and access snapshotted data. Kopia's server mode makes it incredibly easy to centrally manage backups of multiple computers. ### Speed