Skip to content

Commit c518c51

Browse files
Update links to recipes_index (#3509)
* Update README.txt * Update index.rst * Update index.rst * Update index.rst --------- Co-authored-by: sekyondaMeta <[email protected]>
1 parent 120068e commit c518c51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Welcome to PyTorch Tutorials
44
**What's new in PyTorch tutorials?**
55

66
* `Utilizing Torch Function modes with torch.compile <https://pytorch.org/tutorials/recipes/torch_compile_torch_function_modes.html>`__
7-
* `Context Parallel Tutorial <https://pytorch.org/tutorials/prototype/context_parallel.html>`__
7+
* `Context Parallel Tutorial <https://pytorch.org/tutorials/unstable/context_parallel.html>`__
88
* `(beta) Explicit horizontal fusion with foreach_map and torch.compile <https://pytorch.org/tutorials/recipes/foreach_map.html>`__
9-
* Updated `Inductor Windows CPU Tutorial <https://pytorch.org/tutorials/prototype/inductor_windows.html>`__
9+
* Updated `Inductor Windows CPU Tutorial <https://pytorch.org/tutorials/unstable/inductor_windows.html>`__
1010

1111
.. raw:: html
1212

@@ -24,7 +24,7 @@ Welcome to PyTorch Tutorials
2424
.. customcalloutitem::
2525
:description: Bite-size, ready-to-deploy PyTorch code examples.
2626
:header: PyTorch Recipes
27-
:button_link: recipes/recipes_index.html
27+
:button_link: recipes_index.html
2828
:button_text: Explore Recipes
2929

3030
.. End of callout item section

recipes_source/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Recipes
22
------------------
33
1. recipes/* and recipes_index.rst
44
PyTorch Recipes
5-
https://pytorch.org/tutorials/recipes/recipes_index.html
5+
https://pytorch.org/tutorials/recipes_index.html
66

77

0 commit comments

Comments
 (0)