Explorar o código

docs: replace gamedig repository links to the actual repository (#4338)

CosminPerRam %!s(int64=2) %!d(string=hai) anos
pai
achega
9ff3409f4e
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      lgsm/functions/query_gamedig.sh
  2. 1 1
      lgsm/modules/query_gamedig.sh

+ 1 - 1
lgsm/functions/query_gamedig.sh

@@ -4,7 +4,7 @@
 # Contributors: http://linuxgsm.com/contrib
 # Website: https://linuxgsm.com
 # Description: Querys a gameserver using node-gamedig.
-# https://github.com/sonicsnes/node-gamedig
+# https://github.com/gamedig/node-gamedig
 
 functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
 querystatus="2"

+ 1 - 1
lgsm/modules/query_gamedig.sh

@@ -4,7 +4,7 @@
 # Contributors: http://linuxgsm.com/contrib
 # Website: https://linuxgsm.com
 # Description: Querys a gameserver using node-gamedig.
-# https://github.com/sonicsnes/node-gamedig
+# https://github.com/gamedig/node-gamedig
 
 moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
 # Default query status to failure. Will be changed to 0 if query is successful.