From 31691e3898ff9fe4d51092a9d1c49388a2ad97ed Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Thu, 14 Sep 2023 21:02:52 -0700 Subject: Fix links --- docs/api/utils.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/api/utils.md') 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] -- cgit v1.2.3