From 6ed8ea9796e808f8357e9f06866a0ff1117c0e5e Mon Sep 17 00:00:00 2001 From: Thomas P <83174140+amuck-gorilla@users.noreply.github.com> Date: Sun, 11 Jun 2023 21:28:17 -0700 Subject: [PATCH] DOCS: Fixed broken link (#593) --- doc/source/gamefrozen.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/gamefrozen.rst b/doc/source/gamefrozen.rst index a302524e7..efa9d8291 100644 --- a/doc/source/gamefrozen.rst +++ b/doc/source/gamefrozen.rst @@ -8,7 +8,7 @@ If your game is frozen or stuck in any way, then the most likely culprit is an infinitely running loop in :ref:`netscriptjs`. To get past the freezing, run the game with `?noScripts` in the URL: -`https://bitburner-official.github.io/bitburner/?noScripts `_ +`https://danielyxie.github.io/bitburner/?noScripts `_ Then, to fix your script, make sure you have a sleep or any other timed function like `hack()` or `grow()` in any infinite loops::