Skip to content

Commit

Permalink
docs: replace gamedig repository links to the actual repository (#4338)
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminPerRam authored Oct 14, 2023
1 parent 3259981 commit 9ff3409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lgsm/functions/query_gamedig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/query_gamedig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9ff3409

Please sign in to comment.