Skip to content

Commit b2acab8

Browse files
committed
docs: fix link
1 parent 855af3e commit b2acab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/60-appendix/25-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Breakpoint Debugging
33
---
44

5-
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.
5+
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.
66

77
The following guides assume your JavaScript runtime environment is Node.js.
88

0 commit comments

Comments
 (0)