aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Lorenz <12514511+RincewindsHat@users.noreply.github.com> 2021-12-19 17:17:46 +0100
committerGravatar GitHub <noreply@github.com> 2021-12-19 17:17:46 +0100
commit78801192cf55ed01f284c93caa3eb0ba6842827c (patch)
tree230a6fa55f89800a27817e139c22a877e45cd916 /plugins
parentf5d22b4a5643186ce7b5649576081bbb88af7262 (diff)
parentf291934f2cd7124e62deb6de5fca98d2506d3c45 (diff)
downloadmonitoring-plugins-78801192cf55ed01f284c93caa3eb0ba6842827c.tar.gz
Merge pull request #1725 from monitoring-plugins/check_game_update_url
Update Url to qstat
Diffstat (limited to 'plugins')
-rw-r--r--plugins/check_game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_game.c b/plugins/check_game.c
index 709dae1b..a534b69b 100644
--- a/plugins/check_game.c
+++ b/plugins/check_game.c
@@ -318,7 +318,7 @@ print_help (void)
printf ("%s\n", _("Notes:"));
printf (" %s\n", _("This plugin uses the 'qstat' command, the popular game server status query tool."));
printf (" %s\n", _("If you don't have the package installed, you will need to download it from"));
- printf (" %s\n", _("http://www.activesw.com/people/steve/qstat.html before you can use this plugin."));
+ printf (" %s\n", _("https://github.com/multiplay/qstat before you can use this plugin."));
printf (UT_SUPPORT);
}