aboutsummaryrefslogtreecommitdiff
path: root/docs/cli/run.md
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-07-26 17:11:05 -0700
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-07-26 17:11:15 -0700
commit34fd4df6460dfb46b20445c15e4eaa7561deba99 (patch)
treee91fbd87f669da2719e8cc980f5b5931a582b382 /docs/cli/run.md
parenta6d54e59491a8db94467e482e063c06ee4c27be2 (diff)
downloadbun-34fd4df6460dfb46b20445c15e4eaa7561deba99.tar.gz
bun-34fd4df6460dfb46b20445c15e4eaa7561deba99.tar.zst
bun-34fd4df6460dfb46b20445c15e4eaa7561deba99.zip
Fix broken anchors
Diffstat (limited to 'docs/cli/run.md')
-rw-r--r--docs/cli/run.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli/run.md b/docs/cli/run.md
index 60061ee5c..3680573b0 100644
--- a/docs/cli/run.md
+++ b/docs/cli/run.md
@@ -126,4 +126,4 @@ Under the hood Bun uses the [JavaScriptCore engine](https://developer.apple.com/
{% image src="/images/bun-run-speed.jpeg" caption="Bun vs Node.js vs Deno running Hello World" /%}
-<!-- If no `node_modules` directory is found in the working directory or above, Bun will abandon Node.js-style module resolution in favor of the `Bun module resolution algorithm`. Under Bun-style module resolution, all packages are _auto-installed_ on the fly into a [global module cache](/docs/cli/install#global-cache). For full details on this algorithm, refer to [Runtime > Modules](/docs/runtime/modules). -->
+<!-- If no `node_modules` directory is found in the working directory or above, Bun will abandon Node.js-style module resolution in favor of the `Bun module resolution algorithm`. Under Bun-style module resolution, all packages are _auto-installed_ on the fly into a [global module cache](/docs/install/cache). For full details on this algorithm, refer to [Runtime > Modules](/docs/runtime/modules). -->