Skip to content

Commit 0f6b204

Browse files
authored
Fixed link to docs in audio_preprocessing_tutorial (#1234)
One line fix of the link to the documentation
1 parent 7bd0315 commit 0f6b204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/audio_preprocessing_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# ---------------
6161
#
6262
# ``torchaudio`` supports a growing list of
63-
# `transformations <https://pytorch.org/audio/transforms.html>`_.
63+
# `transformations <https://pytorch.org/audio/stable/transforms.html>`_.
6464
#
6565
# - **Resample**: Resample waveform to a different sample rate.
6666
# - **Spectrogram**: Create a spectrogram from a waveform.

0 commit comments

Comments
 (0)