From 3a79759405367ecb4af0d848e0a35ac7251bbcbf Mon Sep 17 00:00:00 2001 From: Bruno Quaresma Date: Tue, 7 Jun 2022 11:29:18 -0500 Subject: [PATCH] fix: Docs paths (#2131) --- docs/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index 777cf99e67..fae42e290d 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -9,7 +9,7 @@ { "title": "Installation", "description": "Learn how to install and deploy Coder.", - "path": "./INSTALL.md" + "path": "./install.md" }, { "title": "Templates", @@ -20,7 +20,7 @@ { "title": "Workspaces", "description": "Learn about Coder workspaces.", - "path": "./WORKSPACES.md" + "path": "./workspaces.md" }, { "title": "Contributing",