Skip to content

Commit

Permalink
[External] [docs] update broken link to nightly branch (#53524)
Browse files Browse the repository at this point in the history
[External] [docs] update broken link to nightly branch

- The link to the example of implementing operators for a custom type
was broken, as it pointed to the `main` branch.
- Updated the URL to point to the correct `nightly` branch, ensuring the
link now leads to the correct example:
https://github.com/modularml/mojo/tree/nightly/examples/operators
- The change was made on the page:
https://docs.modular-dev.com/nightly/mojo/manual/operators/#an-example-of-implementing-operators-for-a-custom-type

ORIGINAL_AUTHOR=Miguel Cárdenas
<[email protected]>
PUBLIC_PR_LINK=#3885

Co-authored-by: Miguel Cárdenas <[email protected]>
Closes #3885
MODULAR_ORIG_COMMIT_REV_ID: 24c0200789225bff5266771ede4f8994f3a94260
  • Loading branch information
modularbot and miguelcsx committed Jan 11, 2025
1 parent ed42460 commit dbd90f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/operators.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ operations like printing complex values. We'll also allow mixing `Complex` and

This example builds our `Complex` struct incrementally. You can also find the
[complete example in the public Mojo GitHub
repo](https://github.com/modularml/mojo/tree/main/examples/operators).
repo](https://github.com/modularml/mojo/tree/nightly/examples/operators).

:::note

Expand Down

0 comments on commit dbd90f6

Please sign in to comment.