From a877ef47c50978b6dace61166be4235a89a8972f Mon Sep 17 00:00:00 2001 From: Jim Fenton Date: Sat, 22 Nov 2014 22:10:40 -0800 Subject: [PATCH] Correct links to mailing list archives and bug report location --- htdocs/help.php | 2 +- inc/interactive-page.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/help.php b/htdocs/help.php index 84daa5ec..5333e4b4 100644 --- a/htdocs/help.php +++ b/htdocs/help.php @@ -21,7 +21,7 @@ a look at the DAViCal Wiki<

If you can\'t find the answers there, visit us on IRC in the #davical channel on irc.oftc.net, or send a question to the DAViCal Users mailing list.

-

The mailing list +

The mailing list archives can be helpful too.

'), $wiki_help); echo $content; diff --git a/inc/interactive-page.php b/inc/interactive-page.php index a1b8cf58..dac83cfe 100644 --- a/inc/interactive-page.php +++ b/inc/interactive-page.php @@ -20,7 +20,7 @@ $help_menu = new MenuSet('submenu', 'submenu', 'submenu_active'); $help_menu->AddOption(translate('DAViCal Homepage'),'http://www.davical.org/',translate('The DAViCal Home Page'), false, 6000, true ); $help_menu->AddOption(translate('DAViCal Wiki'),'http://wiki.davical.org/'.$wiki_help,translate('Visit the DAViCal Wiki'), false, 7000, true ); $help_menu->AddOption(translate('Request Feature'),'http://davical.uservoice.com/',translate('Go to the DAViCal Feature Requests'), false, 8000, true ); -$help_menu->AddOption(translate('Report Bug'),'https://github.com/DAViCal/davical/issues',translate('Report a bug in the system'), false, 9000, true ); +$help_menu->AddOption(translate('Report Bug'),'https://gitlab.com/davical-project/davical/issues',translate('Report a bug in the system'), false, 9000, true ); $user_menu = new MenuSet('submenu', 'submenu', 'submenu_active'); $user_menu->AddOption(translate('View My Details'),$c->base_url.'/admin.php?action=edit&t=principal&id='.$session->principal_id,translate('View my own principal record'));