Skip to content

Commit f6afe53

Browse files
GavinWongYFsvekarssekyondaMeta
authored
Fix Monarch tutorial links (#3817)
Fixes #3811 ## Description Fixed two broken links in the Monarch tutorial: `intermediate_source/monarch_distributed_tutorial.rst`. On Mar 31, 2026, the Monarch documentation migrated to a multi-version structure (see Monarch PRs #3328, #3333). This removed the root-level `/generated/` paths, causing the original links in the tutorial to 404. I have updated the links to the latest stable version v0.4.0, which I have verified to work now. I checked for a `/stable/` or `/latest/` alias, but the upstream repo hasn't implemented these redirects yet; I will communicate with the Monarch maintainers and update accordingly once those aliases become available. ## Checklist <!--- Make sure to add `x` to all items in the following checklist: --> - [x] The issue that is being fixed is referred in the description (see above "Fixes #ISSUE_NUMBER") - [x] Only one issue is addressed in this pull request - [x] Labels from the issue that this PR is fixing are added to this pull request - [x] No unnecessary issues are included into this pull request. --------- Co-authored-by: Svetlana Karslioglu <svekars@meta.com> Co-authored-by: sekyondaMeta <127536312+sekyondaMeta@users.noreply.github.com>
1 parent 144aeb4 commit f6afe53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intermediate_source/monarch_distributed_tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Monarch is an actor framework designed to streamline the development of distribu
2222
- **Flexible resource management**: Support for multiple cluster schedulers including SLURM, Kubernetes, custom host management, and local processes
2323
- **Integrated monitoring**: Stream logs from remote processes back to your client for easy debugging and aggregation
2424

25-
For more details, see the `Monarch documentation <https://meta-pytorch.org/monarch/generated/examples/getting_started.html>`_.
25+
For more details, see the `Monarch documentation <https://meta-pytorch.org/monarch/stable/generated/examples/getting_started.html>`_.
2626

2727
Why Use Monarch?
2828
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -224,7 +224,7 @@ but here is some pseudocode with common usages:
224224
pass
225225
226226
Remote actor endpoints can also utilize Python native breakpoints, enabling interactive debugging sessions.
227-
For a complete deep-dive into Monarch debuggers, please `refer to the documentation <https://meta-pytorch.org/monarch/generated/examples/debugging.html>`_.
227+
For a complete deep-dive into Monarch debuggers, please `refer to the documentation <https://meta-pytorch.org/monarch/stable/generated/examples/debugging.html>`_.
228228

229229
.. code-block:: python
230230

0 commit comments

Comments
 (0)