Skip to content

Commit 5584416

Browse files
authored
Merge pull request #1471 from Hemant2A2/missingLink
Added the Missing Links
2 parents 4e35a72 + 0f3e943 commit 5584416

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/data/examples/en/09_Simulate/15_penrose_tiles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Penrose Tiles
33
* @arialabel A penrose tile pattern is created by white rhombi being drawn on a black background
44
* @frame 710,400
5-
* @description This is a port by David Blitz of the "Penrose Tile" example from processing.org/examples
5+
* @description This is a port by David Blitz of the "Penrose Tile" example from <a href="https://processing.org/examples/">processing.org/examples</a>
66
*/
77

88
let ds;

src/data/examples/en/10_Interaction/28_ArduinoSensor.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
* @description WebJack is a way to read data from an Arduino (and other sources)
44
* using audio -- it basically turns your Arduino into an audio modem.
55
*
6-
* https://github.com/publiclab/webjack
6+
* <a href = "https://github.com/publiclab/webjack">https://github.com/publiclab/webjack</a>
77
*
88
* Note: WebJack and p5-webjack libraries must be added to your index.html as follows:
99
* <pre><code class="language-markup">&lt;script src="https://webjack.io/dist/webjack.js">&lt;/script></code></pre>
1010
* <pre><code class="language-markup">&lt;script src="https://jywarren.github.io/p5-webjack/lib.js">&lt;/script></code></pre>
1111
*
12-
* Working example: https://editor.p5js.org/jywarren/sketches/rkztwSt8M
12+
* Working example: <a href = "https://editor.p5js.org/jywarren/sketches/rkztwSt8M">https://editor.p5js.org/jywarren/sketches/rkztwSt8M</a>
1313
*
14-
* Testing audio: https://www.youtube.com/watch?v=GtJW1Dlt3cg
14+
* Testing audio: <a href="https://www.youtube.com/watch?v=GtJW1Dlt3cg">https://www.youtube.com/watch?v=GtJW1Dlt3cg</a>
1515
* Load this sketch onto an Arduino:
16-
* https://create.arduino.cc/editor/jywarren/023158d8-be51-4c78-99ff-36c63126b554/preview
16+
* <a href="https://create.arduino.cc/editor/jywarren/023158d8-be51-4c78-99ff-36c63126b554/preview">https://create.arduino.cc/editor/jywarren/023158d8-be51-4c78-99ff-36c63126b554/preview</a>
1717
* Arduino will output audio from pin 3 + ground. Use microphone or an audio cable.
1818
*/
1919

0 commit comments

Comments
 (0)