From 826406af1f4a130940e57b92a2ac48e24e2d9203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20C=C3=A1rdenas?= Date: Sat, 14 Dec 2024 17:19:35 -0500 Subject: [PATCH] docs: update broken link to nightly branch - changed the link from `main` to `nightly` for the operators example --- docs/manual/operators.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/operators.mdx b/docs/manual/operators.mdx index a11cbd2cd8a..b4ac20d1278 100644 --- a/docs/manual/operators.mdx +++ b/docs/manual/operators.mdx @@ -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