Browse Source

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

pull/4186/merge
CosminPerRam 1 year ago
committed by GitHub
parent
commit
9ff3409f4e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lgsm/functions/query_gamedig.sh
  2. 2
      lgsm/modules/query_gamedig.sh

2
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"

2
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.

Loading…
Cancel
Save