Skip to content

Commit 8dab2c5

Browse files
malfetbrianjo
andauthored
Fix loading_data_recipe links (#1698)
Fixes pytorch/pytorch.github.io#835 Co-authored-by: Brian Johnson <brianjo@fb.com>
1 parent c2c64c7 commit 8dab2c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipes_source/recipes/loading_data_recipe.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
`torch.utils.data.Dataset <https://pytorch.org/docs/stable/data.html#torch.utils.data.Dataset>`__.
1515
These datasets are currently available in:
1616
17-
* `torchvision <https://pytorch.org/docs/stable/torchvision/datasets.html>`__
18-
* `torchaudio <https://pytorch.org/audio/datasets.html>`__
19-
* `torchtext <https://pytorch.org/text/datasets.html>`__
17+
* `torchvision <https://pytorch.org/vision/stable/datasets.html>`__
18+
* `torchaudio <https://pytorch.org/audio/stable/datasets.html>`__
19+
* `torchtext <https://pytorch.org/text/stable/datasets.html>`__
2020
2121
with more to come.
2222
Using the Yesno dataset from ``torchaudio.datasets.YESNO``, we will

0 commit comments

Comments
 (0)