diff options
author | 2023-09-14 21:02:52 -0700 | |
---|---|---|
committer | 2023-09-14 21:02:52 -0700 | |
commit | 31691e3898ff9fe4d51092a9d1c49388a2ad97ed (patch) | |
tree | 4f51e26fd61712e83ac9111c44a4b6a89ce159f1 /docs/api | |
parent | 332141a6f2bf61344bad4da400aec7f12173d9a9 (diff) | |
download | bun-31691e3898ff9fe4d51092a9d1c49388a2ad97ed.tar.gz bun-31691e3898ff9fe4d51092a9d1c49388a2ad97ed.tar.zst bun-31691e3898ff9fe4d51092a9d1c49388a2ad97ed.zip |
Fix links
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/utils.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/utils.md b/docs/api/utils.md index 1e18c67e1..9889d6aa0 100644 --- a/docs/api/utils.md +++ b/docs/api/utils.md @@ -183,7 +183,7 @@ const currentFile = import.meta.url; Bun.openInEditor(currentFile); ``` -You can override this via the `debug.editor` setting in your [`bunfig.toml`](/docs/runtime/configuration) +You can override this via the `debug.editor` setting in your [`bunfig.toml`](/docs/runtime/bunfig) ```toml-diff#bunfig.toml + [debug] |