Skip to content

Commit

Permalink
[skip ci] Fix link to documentation in nav (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwr1 authored Sep 8, 2023
1 parent 525146a commit 0046b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/menu-items/support.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0046b5b

Please sign in to comment.