-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[docs] update broken link to nightly branch #3885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- changed the link from `main` to `nightly` for the operators example Signed-off-by: Miguel Cárdenas <[email protected]>
826406a
to
a834308
Compare
Sorry for the delay on this. This link was designed to work correctly when 24.6 was released (and it does work now). But now that we have nightly docs on the public site, we need to improve our tooling so we can have the nightly docs link to the nightly branch of the repo, and automatically switch that link when we build the release docs. So I think we do want to link to the nightly branch here. !sync |
✅🟣 This contribution has been merged 🟣✅ Your pull request has been merged to the internal upstream Mojo sources. It will be reflected here in the Mojo repository on the nightly branch during the next Mojo nightly release, typically within the next 24-48 hours. We use Copybara to merge external contributions, click here to learn more. |
[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
Landed in dbd90f6! Thank you for your contribution 🎉 |
[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
main
branch.nightly
branch, ensuring the link now leads to the correct example: https://github.com/modularml/mojo/tree/nightly/examples/operators