From 5fc390b4271a0e779cafbfcb31a2587f7b0a1aa6 Mon Sep 17 00:00:00 2001 From: Bruno Date: Tue, 7 Jun 2022 16:04:35 +0000 Subject: [PATCH] fix: Docs paths --- docs/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index 777cf99e678f5..fae42e290df52 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",