DOCS: Fixed broken link (#593)

This commit is contained in:
Thomas P
2023-06-11 21:28:17 -07:00
committed by GitHub
parent 762f8a23ef
commit 6ed8ea9796

View File

@ -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://bitburner-official.github.io/bitburner/?noScripts>`_
`https://danielyxie.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::