From 0762f04fd754907af181c198786fdf89e815aedf Mon Sep 17 00:00:00 2001 From: Fred Dixon Date: Mon, 24 Feb 2020 12:34:05 -0600 Subject: [PATCH] Fix broken link --- bigbluebutton-config/bin/bbb-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-config/bin/bbb-conf b/bigbluebutton-config/bin/bbb-conf index 31e45175eb..0a07c1b4ee 100755 --- a/bigbluebutton-config/bin/bbb-conf +++ b/bigbluebutton-config/bin/bbb-conf @@ -1435,7 +1435,7 @@ check_state() { if systemctl status freeswitch | grep -q SETSCHEDULER; then echo "# Error: FreeSWITCH failed to start with SETSCHEDULER error, see" echo "#" - echo "# https://docs.bigbluebutton.org/install/install.html#freeswitch-fails-to-start-with-a-setscheduler-error" + echo "# http://docs.bigbluebutton.org/2.2/troubleshooting.html#freeswitch-fails-to-start-with-a-setscheduler-error" echo "#" fi