From 0046b5b65a6ac47c7db88aff0d0d5b4472384b33 Mon Sep 17 00:00:00 2001 From: John Wesley Date: Fri, 8 Sep 2023 15:44:56 -0400 Subject: [PATCH] [skip ci] Fix link to documentation in nav (#88) --- client/src/menu-items/support.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/menu-items/support.jsx b/client/src/menu-items/support.jsx index 335353e..9b43d5a 100644 --- a/client/src/menu-items/support.jsx +++ b/client/src/menu-items/support.jsx @@ -41,7 +41,7 @@ const support = { id: 'documentation', title: 'Documentation', type: 'item', - url: 'https://github.com/azukaar/Cosmos-Server/wiki', + url: 'https://cosmos-cloud.io/doc', icon: QuestionOutlined, external: true, target: true