From 752a716c21a17069deb8f2d04f23805e28571c5a Mon Sep 17 00:00:00 2001 From: Calvo Date: Mon, 9 May 2022 08:58:14 +0200 Subject: [PATCH] Changed link to Suggest new feature on new installation --- pandora_console/pandoradb_data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 865d06cfba..4072e4b77f 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -218,7 +218,7 @@ INSERT INTO `tlink` VALUES (1,'Documentation','https://pandorafms.com/manual'), (2,'Enterprise Edition','http://pandorafms.com'), (3,'Report a bug','https://github.com/pandorafms/pandorafms/issues'), -(4,'Suggest new feature','http://forums.pandorafms.com/index.php?board=22.0'), +(4,'Suggest new feature','https://pandorafms.com/community/beta-program/'), (5,'Module library','http://library.pandorafms.com/'); UNLOCK TABLES;