Skip to content

Commit b652826

Browse files
authored
Merge pull request #808 from md5/fix-audioparam-links
Fix broken webplatform.org links for AudioParam
2 parents 6feca5f + 186ac42 commit b652826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/envelope.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ class Envelope {
400400
* If the input is a p5.sound object (i.e. AudioIn, Oscillator,
401401
* SoundFile), then Envelope will control its output volume.
402402
* Envelopes can also be used to control any <a href="
403-
* http://docs.webplatform.org/wiki/apis/webaudio/AudioParam">
403+
* https://webaudio.github.io/web-audio-api/#AudioParam">
404404
* Web Audio Audio Param.</a></p>
405405
*
406406
* @method play
@@ -470,7 +470,7 @@ class Envelope {
470470
* Similar to holding down a key on a piano, but it will
471471
* hold the sustain level until you let go. Input can be
472472
* any p5.sound object, or a <a href="
473-
* http://docs.webplatform.org/wiki/apis/webaudio/AudioParam">
473+
* https://webaudio.github.io/web-audio-api/#AudioParam">
474474
* Web Audio Param</a>.
475475
*
476476
* @method triggerAttack

0 commit comments

Comments
 (0)