From b2acab8374c92a20d201293cadea0360f7f37f66 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:06:20 -0700 Subject: [PATCH] docs: fix link --- documentation/docs/60-appendix/25-debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/60-appendix/25-debugging.md b/documentation/docs/60-appendix/25-debugging.md index f033622f9ab9..68c3f055eee4 100644 --- a/documentation/docs/60-appendix/25-debugging.md +++ b/documentation/docs/60-appendix/25-debugging.md @@ -2,7 +2,7 @@ title: Breakpoint Debugging --- -In addition to the [`@debug`](../svelte/debug) tag, you can also debug Svelte and SvelteKit projects using breakpoints within various tools and development environments. This includes both frontend and backend code. +In addition to the [`@debug`](../svelte/@debug) tag, you can also debug Svelte and SvelteKit projects using breakpoints within various tools and development environments. This includes both frontend and backend code. The following guides assume your JavaScript runtime environment is Node.js.