Skip to content

Commit e501e49

Browse files
authored
Merge pull request #558 from shibomb/fix/fix-broken-links-to-fieldguidetodebugging
fix links to "Field Guide to Debugging"
2 parents 181c6dc + 669480b commit e501e49

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
@@ -274,7 +274,7 @@ Once your project is saved, you can share it!
274274
- The Coding Train: [1.2: p5.js Web Editor - p5.js Tutorial](https://www.youtube.com/watch?v=MXs1cOlidWs)
275275
- [p5.js reference page](/reference/)
276276
- [Javascript - MDN reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
277-
- [Field Guide to Debugging](https://docs.google.com/document/d/1Uc5Uey4_UDgix6-O0ez-pcRD-FZQSOaRD9TAGZYzD6c/edit)
277+
- [Field Guide to Debugging](/tutorials/field-guide-to-debugging)
278278
- [How to Use the p5.js Web Editor with a Screen Reader](/tutorials/p5js-with-screen-reader/)
279279

280280
---
@@ -445,7 +445,7 @@ Visit the [p5.js reference](/reference/) for more p5.js functions, such as other
445445
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! 
446446

447447
- 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/)
448-
- 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.
448+
- Visit the [Field Guide to Debugging](/tutorials/field-guide-to-debugging) for more information on how to fix errors in your code.
449449

450450

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

0 commit comments

Comments
 (0)