Skip to content

Commit fc137e6

Browse files
committed
Update links to point to tutorial page
The old link is broken and this seems like the proper one. Addresses p5.js-website#527
1 parent 78c4442 commit fc137e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: src/accessibility/describe.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const labelTableElId = '_lte_'; //Label Table Element
2828
* visible to screen readers. This is the default mode.
2929
*
3030
* Read
31-
* <a href="/learn/accessible-labels.html">Writing accessible canvas descriptions</a>
31+
* <a href="/tutorials/writing-accessible-canvas-descriptions/">Writing accessible canvas descriptions</a>
3232
* to learn more about making sketches accessible.
3333
*
3434
* @method describe
@@ -179,7 +179,7 @@ p5.prototype.describe = function(text, display) {
179179
* mode.
180180
*
181181
* Read
182-
* <a href="/learn/accessible-labels.html">Writing accessible canvas descriptions</a>
182+
* <a href="/tutorials/writing-accessible-canvas-descriptions/">Writing accessible canvas descriptions</a>
183183
* to learn more about making sketches accessible.
184184
*
185185
* @method describeElement

Diff for: src/accessibility/outputs.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import p5 from '../core/main';
3434
* mode.
3535
*
3636
* Read
37-
* <a href="/learn/accessible-labels.html">Writing accessible canvas descriptions</a>
37+
* <a href="/tutorials/writing-accessible-canvas-descriptions/">Writing accessible canvas descriptions</a>
3838
* to learn more about making sketches accessible.
3939
*
4040
* @method textOutput
@@ -169,7 +169,7 @@ p5.prototype.textOutput = function(display) {
169169
* mode.
170170
*
171171
* Read
172-
* <a href="/learn/accessible-labels.html">Writing accessible canvas descriptions</a>
172+
* <a href="/tutorials/writing-accessible-canvas-descriptions/">Writing accessible canvas descriptions</a>
173173
* to learn more about making sketches accessible.
174174
*
175175
* @method gridOutput

0 commit comments

Comments
 (0)