From a834308689cf6f75824f9aa8841430acb9350a56 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - changed the link from `main` to `nightly` for the operators example Signed-off-by: Miguel Cárdenas --- 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 a11cbd2cd8..b4ac20d127 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