Skip to content

Commit

Permalink
Fix broken links to Web inspector (#17722)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellionel01 authored Feb 26, 2025
1 parent fd9a5ea commit ec4b9d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guides/runtime/vscode-debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ VSCode extension support is currently buggy. We recommend the [Web Debugger](htt

{% /note %}

Bun speaks the [WebKit Inspector Protocol](https://github.com/oven-sh/bun/blob/main/packages/bun-vscode/types/jsc.d.ts) so you can debug your code with an interactive debugger.
Bun speaks the [WebKit Inspector Protocol](https://github.com/oven-sh/bun/blob/main/packages/bun-inspector-protocol/src/protocol/jsc/index.d.ts) so you can debug your code with an interactive debugger.

---

Expand Down
2 changes: 1 addition & 1 deletion docs/runtime/debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Debugging
---

Bun speaks the [WebKit Inspector Protocol](https://github.com/oven-sh/bun/blob/main/packages/bun-types/jsc.d.ts), so you can debug your code with an interactive debugger. For demonstration purposes, consider the following simple web server.
Bun speaks the [WebKit Inspector Protocol](https://github.com/oven-sh/bun/blob/main/packages/bun-inspector-protocol/src/protocol/jsc/index.d.ts), so you can debug your code with an interactive debugger. For demonstration purposes, consider the following simple web server.

## Debugging JavaScript and TypeScript

Expand Down

0 comments on commit ec4b9d1

Please sign in to comment.