From a70e07c9acb0e09a627a76f055e3f08aebea2c3f Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Wed, 13 Oct 2021 00:14:55 +0200 Subject: chore(exitcodes): update to AzerothCore link --- docs/exitcodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/exitcodes.md') diff --git a/docs/exitcodes.md b/docs/exitcodes.md index 10fb665..a57a454 100644 --- a/docs/exitcodes.md +++ b/docs/exitcodes.md @@ -40,4 +40,4 @@ Having the Worldserver sending exit codes let's you create an external script th For example it's possible to write a script to automatically restart if the Worldserver sends RESTART_EXIT_CODE. -You can view [this](https://github.com/Kitzunu/azerothcore-exitcode-script) batch script for Windows how exit codes can be used. +You can view [this](https://github.com/azerothcore/azerothcore-exitcode-script) batch script for Windows how exit codes can be used. -- cgit