diff --git a/markdown/bitburner.ns.asleep.md b/markdown/bitburner.ns.asleep.md index e0a9ac33a..b14ddd1e2 100644 --- a/markdown/bitburner.ns.asleep.md +++ b/markdown/bitburner.ns.asleep.md @@ -58,5 +58,5 @@ A promise that resolves to true when the sleep is completed. RAM cost: 0 GB -Note that the actual delay may be longer than intended. For more information, please check https://developer.mozilla.org/en-US/docs/Web/API/Window/setTimeout\#delay. +Note that the actual delay may be longer than intended. For more information, please check [https://developer.mozilla.org/en-US/docs/Web/API/Window/setTimeout\#delay](https://developer.mozilla.org/en-US/docs/Web/API/Window/setTimeout#delay). diff --git a/markdown/bitburner.ns.sleep.md b/markdown/bitburner.ns.sleep.md index 37d0d841b..2c6ef3a8b 100644 --- a/markdown/bitburner.ns.sleep.md +++ b/markdown/bitburner.ns.sleep.md @@ -58,7 +58,7 @@ A promise that resolves to true when the sleep is completed. RAM cost: 0 GB -Note that the actual delay may be longer than intended. For more information, please check https://developer.mozilla.org/en-US/docs/Web/API/Window/setTimeout\#delay. +Note that the actual delay may be longer than intended. For more information, please check [https://developer.mozilla.org/en-US/docs/Web/API/Window/setTimeout\#delay](https://developer.mozilla.org/en-US/docs/Web/API/Window/setTimeout#delay). ## Example diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index aa218d766..92456d650 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -7287,7 +7287,7 @@ export interface NS { * RAM cost: 0 GB * * Note that the actual delay may be longer than intended. For more information, please check - * https://developer.mozilla.org/en-US/docs/Web/API/Window/setTimeout#delay. + * {@link https://developer.mozilla.org/en-US/docs/Web/API/Window/setTimeout#delay}. * * @param millis - Number of milliseconds to sleep. Default to 0. * @example @@ -7308,7 +7308,7 @@ export interface NS { * RAM cost: 0 GB * * Note that the actual delay may be longer than intended. For more information, please check - * https://developer.mozilla.org/en-US/docs/Web/API/Window/setTimeout#delay. + * {@link https://developer.mozilla.org/en-US/docs/Web/API/Window/setTimeout#delay}. * * @param millis - Number of milliseconds to sleep. Default to 0. * @returns A promise that resolves to true when the sleep is completed.