Skip to content

Commit a3eb75d

Browse files
kevenvmodularbot
authored andcommitted
[External] [Docs] Fix broken links for system-requirements (#86347)
[External] [Docs] Fix broken links for system-requirements ## Linked issue Issue #6532 will need to be fixed before merging this PR. ## Type of change - [ ] Bug fix (non-breaking change that fixes an issue) - [ ] Performance improvement (includes benchmark results below) - [x] Documentation update - [ ] New feature or public API (requires prior proposal or issue approval) - [ ] Refactor / internal cleanup (no user-visible change) - [ ] Build, CI, or tooling change ## Motivation ## What changed ## Testing ## Checklist - [x] The linked issue above has been reviewed by a maintainer and is agreed-upon, or this is a trivial fix that does not need prior approval - [x] PR is small and focused — I've split larger changes into a sequence of smaller PRs where possible (see [pull request sizes](../mojo/CONTRIBUTING.md#about-pull-request-sizes)) - [x] I ran `./bazelw run format` to format my changes - [ ] I added or updated tests to cover my changes - [ ] If AI tools assisted with this contribution, I have included an `Assisted-by:` trailer in my commit message or this PR description (see [AI Tool Use Policy](../AI_TOOL_POLICY.md)) ORIGINAL_AUTHOR=Keven Villeneuve <keven.villeneuve@gmail.com> ORIGINAL_USER=@kevenv Co-authored-by: Keven Villeneuve <keven.villeneuve@gmail.com> Closes #6533 MODULAR_ORIG_COMMIT_REV_ID: 6d71945540015c112e299afa3d196c82d9730acc
1 parent a45a478 commit a3eb75d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

max/docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ guide](https://docs.modular.com/max/get-started).
1111
## Set up your environment
1212

1313
First, make sure your system meets the
14-
[MAX system requirements](https://docs.modular.com/max/packages/install#system-requirements).
14+
[MAX system requirements](https://docs.modular.com/max/packages#system-requirements).
1515
The same requirements that apply to the `modular` package apply to developing in
1616
this repo.
1717

mojo/stdlib/docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To build and test your changes to the Mojo standard library, run the following
7878
`bazel` folder is located).
7979
8080
Be sure that you meet the
81-
[system requirements](https://www.mojolang.org/docs/manual/install#system-requirements).
81+
[system requirements](https://mojolang.org/docs/requirements/).
8282
8383
If you're developing on macOS, you need Xcode 16.0 or later and macOS 15.0 or
8484
later. You may need to run `xcodebuild -downloadComponent MetalToolchain`, which

0 commit comments

Comments
 (0)