Skip to content

Commit a1c7139

Browse files
authored
Fix infinite redirection in audio dataset tutorial (#2266)
* Fix infinite redirection in audio dataset tutorial The correct target URL is https://pytorch.org/audio/main/tutorials/audio_datasets_tutorial.html * Update audio_datasets_tutorial.rst
1 parent 5a6114f commit a1c7139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Audio Datasets
22
==============
33

4-
This tutorial has been moved to https://pytorch.org/tutorials/beginner/audio_datasets_tutorial.html
4+
This tutorial has been moved to https://pytorch.org/audio/stable/tutorials/audio_datasets_tutorial.html
55

66
It will redirect in 3 seconds.
77

88
.. raw:: html
99

10-
<meta http-equiv="Refresh" content="3; url='https://pytorch.org/tutorials/beginner/audio_datasets_tutorial.html'" />
10+
<meta http-equiv="Refresh" content="3; url='https://pytorch.org/audio/stable/tutorials/audio_datasets_tutorial.html'" />

0 commit comments

Comments
 (0)