Skip to content

Commit

Permalink
docs: update broken link to nightly branch
Browse files Browse the repository at this point in the history
- changed the link from `main` to `nightly` for the operators example

Signed-off-by: Miguel Cárdenas <[email protected]>
  • Loading branch information
miguelcsx committed Dec 14, 2024
1 parent 9f4544a commit a834308
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 a834308

Please sign in to comment.