diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-07-23 21:06:12 -0300 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-07-23 21:06:12 -0300 |
commit | 12ae7a4c02c186e9f136a7d4a8ea9f6f4805f718 (patch) | |
tree | 651c46fba45ed19736d265502dacaa8c938b9f35 /servers/audio/effects/audio_effect_pitch_shift.cpp | |
parent | 06a6507751f5899a590a1c67915890550e5a2793 (diff) | |
download | redot-engine-12ae7a4c02c186e9f136a7d4a8ea9f6f4805f718.tar.gz |
Update some dead links in the codebase
Diffstat (limited to 'servers/audio/effects/audio_effect_pitch_shift.cpp')
-rw-r--r-- | servers/audio/effects/audio_effect_pitch_shift.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/audio/effects/audio_effect_pitch_shift.cpp b/servers/audio/effects/audio_effect_pitch_shift.cpp index c250f2e2bd..ec3182685f 100644 --- a/servers/audio/effects/audio_effect_pitch_shift.cpp +++ b/servers/audio/effects/audio_effect_pitch_shift.cpp @@ -70,7 +70,7 @@ * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice and this license appear in all source copies. * THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY OF -* ANY KIND. See http://www.dspguru.com/wol.htm for more information. +* ANY KIND. See https://dspguru.com/wide-open-license/ for more information. * *****************************************************************************/ |