diff options
author | Ev01 <evpevdev@optusnet.com.au> | 2022-01-30 12:33:16 +1100 |
---|---|---|
committer | Ev01 <evpevdev@optusnet.com.au> | 2022-01-31 17:36:57 +1100 |
commit | b6c543179c26636a1d78d55b78cb23f42e24917e (patch) | |
tree | b81b08da55fbec295a28f41bbccd5fc16549a4e1 /doc/classes/AudioStreamGeneratorPlayback.xml | |
parent | e4265e86ceee1bf08bd92b85b51e969310a08bd6 (diff) | |
download | redot-engine-b6c543179c26636a1d78d55b78cb23f42e24917e.tar.gz |
Fixes invalid links to tutorials in AudioStreamGenerator, AudioStreamGeneratorPlayback, and AudioEffectSpectrumAnalyzer class references
Diffstat (limited to 'doc/classes/AudioStreamGeneratorPlayback.xml')
-rw-r--r-- | doc/classes/AudioStreamGeneratorPlayback.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AudioStreamGeneratorPlayback.xml b/doc/classes/AudioStreamGeneratorPlayback.xml index 7520d5d97a..42caa23763 100644 --- a/doc/classes/AudioStreamGeneratorPlayback.xml +++ b/doc/classes/AudioStreamGeneratorPlayback.xml @@ -8,7 +8,7 @@ </description> <tutorials> <link title="Audio Generator Demo">https://godotengine.org/asset-library/asset/526</link> - <link title="https://godotengine.org/article/godot-32-will-get-new-audio-features">Godot 3.2 will get new audio features</link> + <link title="Godot 3.2 will get new audio features">https://godotengine.org/article/godot-32-will-get-new-audio-features</link> </tutorials> <methods> <method name="can_push_buffer" qualifiers="const"> |