diff --git a/settings/systemservicetool_init.php b/settings/systemservicetool_init.php index ee72fe9..2c9e867 100644 --- a/settings/systemservicetool_init.php +++ b/settings/systemservicetool_init.php @@ -22,23 +22,23 @@ switch ($language) { break; case 'US': - $manual_url = "https://lms.tss-learning.com/course/view.php?id=10"; + $manual_url = "https://lms.tss-learning.com/course/view.php?id=78"; break; case 'DE': - $manual_url = "https://lms.tss-learning.com/course/view.php?id=60"; + $manual_url = "https://lms.tss-learning.com/course/view.php?id=80"; break; case 'ES': - $manual_url = "https://lms.tss-learning.com/course/view.php?id=60"; + $manual_url = "https://lms.tss-learning.com/course/view.php?id=78"; break; case 'PT': - $manual_url = "https://lms.tss-learning.com/course/view.php?id=60"; + $manual_url = "https://lms.tss-learning.com/course/view.php?id=78"; break; default: - $manual_url = "https://lms.tss-learning.com/course/view.php?id=60"; + $manual_url = "https://lms.tss-learning.com/course/view.php?id=78"; break; }