Skip to content

Commit 4467b62

Browse files
committed
fix links to "Field Guide to Debugging"
1 parent df3d650 commit 4467b62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/tutorials/en/setting-up-your-environment.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Once your project is saved, you can share it!
275275
- The Coding Train: [1.2: p5.js Web Editor - p5.js Tutorial](https://www.youtube.com/watch?v=MXs1cOlidWs)
276276
- [p5.js reference page](/reference/)
277277
- [Javascript - MDN reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
278-
- [Field Guide to Debugging](https://docs.google.com/document/d/1Uc5Uey4_UDgix6-O0ez-pcRD-FZQSOaRD9TAGZYzD6c/edit)
278+
- [Field Guide to Debugging](/tutorials/field-guide-to-debugging)
279279
- [How to Use the p5.js Web Editor with a Screen Reader](/tutorials/using-web-editor-with-screen-reader)
280280

281281
---
@@ -446,7 +446,7 @@ Visit the [p5.js reference](/reference/) for more p5.js functions, such as other
446446
It is easy to spell function names wrong or forget a comma. Syntax rules help the computer interpret code. When a “rule” is broken (for example, if [`circle()`](/reference/p5/circle) is spelled wrong), a message will appear in the browser’s console. These errors are commonly referred to as bugs; when your code does not execute correctly, there might be a bug in your code! 
447447

448448
- Visit these resources for instructions on how to view the console in specific browsers: [Chrome](https://developer.chrome.com/docs/devtools/console/reference/) | [Firefox](https://firefox-source-docs.mozilla.org/devtools-user/web_console/) | [Safari](https://support.apple.com/guide/safari-developer/safari-developer-tools-overview-dev073038698/11.0/mac/10.13) | [Edge](https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/console/)
449-
- Visit the [Field Guide to Debugging](https://docs.google.com/document/d/1Uc5Uey4_UDgix6-O0ez-pcRD-FZQSOaRD9TAGZYzD6c/edit) for more information on how to fix errors in your code.
449+
- Visit the [Field Guide to Debugging](/tutorials/field-guide-to-debugging) for more information on how to fix errors in your code.
450450

451451

452452
### Accessibility note
@@ -466,7 +466,7 @@ If you are using a screen reader, use the [p5.js Web Editor](https://editor.p5js
466466
- The Coding Train: [1.2: p5.js Web Editor - p5.js Tutorial](https://www.youtube.com/watch?v=MXs1cOlidWs)
467467
- [p5.js reference page](/reference/)
468468
- [Javascript - MDN reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
469-
- [Field Guide to Debugging](https://docs.google.com/document/d/1Uc5Uey4_UDgix6-O0ez-pcRD-FZQSOaRD9TAGZYzD6c/edit)
469+
- [Field Guide to Debugging](/tutorials/field-guide-to-debugging)
470470
- [p5.js with VSCode](https://www.youtube.com/watch?v=zMAnM9ly0a8) (video tutorial)
471471
- [VSCode Overview](https://code.visualstudio.com/docs/getstarted/introvideos)
472472
- [p5.vscode reference](https://github.com/antiboredom/p5.vscode/blob/master/README.md)

0 commit comments

Comments
 (0)