-
Notifications
You must be signed in to change notification settings - Fork 425
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
chore: fixed broken links #375
Conversation
@youyyytrok Thanks for the fixes. As part of our new licensing, we require signing a contributor license agreement in order to contribute to the the codebase. If you rebase this PR off |
All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
Hi @sjudson! Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor, but otherwise LGTM.
runtime/README.md
Outdated
@@ -68,7 +68,7 @@ function directly. The fourth line brings the nexux-rt | |||
`main` function as the starting point of the program. | |||
|
|||
To see more, such as how to introduce program i/o, precompiles, | |||
and native compilation support, check out our [documentation](docs.nexus.xyz). | |||
and native compilation support, check out our [documentation](https://docs.nexus.xyz). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you be able to align this with the main repo readme, which points to https://docs.nexus.xyz/zkvm/index?
Is this resolving a feature or a bug?
Hi! I resolves bugs related to broken links and improves the overall quality of the documentation by ensuring all links are functional and properly formatted.
Are there existing issue(s) that this PR would close?
If this PR is not minimal (it could be split into multiple PRs), please explain why the issues are best resolved together.
Describe your changes.
runtime/README.md
:vm/src/riscv/instructions/instruction.rs
: