Skip to content

Commit

Permalink
Update links to point to tutorial page
Browse files Browse the repository at this point in the history
The old link is broken and this seems like the proper one. Addresses p5.js-website#527
  • Loading branch information
muffinista committed Oct 19, 2024
1 parent 78c4442 commit fc137e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/accessibility/describe.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const labelTableElId = '_lte_'; //Label Table Element
* visible to screen readers. This is the default mode.
*
* Read
* <a href="/learn/accessible-labels.html">Writing accessible canvas descriptions</a>
* <a href="/tutorials/writing-accessible-canvas-descriptions/">Writing accessible canvas descriptions</a>
* to learn more about making sketches accessible.
*
* @method describe
Expand Down Expand Up @@ -179,7 +179,7 @@ p5.prototype.describe = function(text, display) {
* mode.
*
* Read
* <a href="/learn/accessible-labels.html">Writing accessible canvas descriptions</a>
* <a href="/tutorials/writing-accessible-canvas-descriptions/">Writing accessible canvas descriptions</a>
* to learn more about making sketches accessible.
*
* @method describeElement
Expand Down
4 changes: 2 additions & 2 deletions src/accessibility/outputs.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import p5 from '../core/main';
* mode.
*
* Read
* <a href="/learn/accessible-labels.html">Writing accessible canvas descriptions</a>
* <a href="/tutorials/writing-accessible-canvas-descriptions/">Writing accessible canvas descriptions</a>
* to learn more about making sketches accessible.
*
* @method textOutput
Expand Down Expand Up @@ -169,7 +169,7 @@ p5.prototype.textOutput = function(display) {
* mode.
*
* Read
* <a href="/learn/accessible-labels.html">Writing accessible canvas descriptions</a>
* <a href="/tutorials/writing-accessible-canvas-descriptions/">Writing accessible canvas descriptions</a>
* to learn more about making sketches accessible.
*
* @method gridOutput
Expand Down

0 comments on commit fc137e6

Please sign in to comment.