From 2950fdeddfcd6cfb5b044341b35ac74ee0e2f2f5 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Mon, 13 Feb 2023 18:03:23 +0100 Subject: [PATCH] link to the new documentation. --- CHANGELOG.md | 6 ++++++ server/lib/settings.ts | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aee82f48..4273994a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## ??? (Not Released Yet) + +### Minor changes and fixes + +* Updating a link to the documentation in the settings page. + ## 6.1.0 ### Important Notes diff --git a/server/lib/settings.ts b/server/lib/settings.ts index e963627c..72615a28 100644 --- a/server/lib/settings.ts +++ b/server/lib/settings.ts @@ -35,12 +35,12 @@ function initSettings (options: RegisterServerOptions): void { descriptionHTML: ` It seems that your are using a ${process.arch} CPU, which is not compatible with the plugin. -Please read the +Please read - installation documentation + this page for a workaround. ` })