From dc8341006a3259a077f029ac6fba2b44d161016a Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Thu, 7 Sep 2023 19:29:38 +0100 Subject: [PATCH] fix(docs): fix broken link --- docs/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manifest.json b/docs/manifest.json index c68d22032f5eb..bfa75ad20d4ce 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -394,7 +394,7 @@ { "title": "Database Encryption", "description": "Learn how to encrypt sensitive data at rest in Coder", - "path": "./admin/database-encryption.md", + "path": "./admin/encryption.md", "icon_path": "./images/icons/lock.svg", "state": "enterprise" }