Skip to content

Commit 9ff3409

Browse files
authored
docs: replace gamedig repository links to the actual repository (#4338)
1 parent 3259981 commit 9ff3409

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lgsm/functions/query_gamedig.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Contributors: http://linuxgsm.com/contrib
55
# Website: https://linuxgsm.com
66
# Description: Querys a gameserver using node-gamedig.
7-
# https://github.com/sonicsnes/node-gamedig
7+
# https://github.com/gamedig/node-gamedig
88

99
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
1010
querystatus="2"

lgsm/modules/query_gamedig.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Contributors: http://linuxgsm.com/contrib
55
# Website: https://linuxgsm.com
66
# Description: Querys a gameserver using node-gamedig.
7-
# https://github.com/sonicsnes/node-gamedig
7+
# https://github.com/gamedig/node-gamedig
88

99
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
1010
# Default query status to failure. Will be changed to 0 if query is successful.

0 commit comments

Comments
 (0)