doc: improve grammar, spelling, and fix some links

doc: resolve rebasing osdk docs

doc: improve grammar and spelling, fix links for the contributing section

fix: resolve rebasing for run.rs

fix: resolve rebasing for osdk, again
This commit is contained in:
Thomas Dickson
2024-10-01 11:08:25 +13:00
committed by Tate, Hongliang Tian
parent 5af0fd6010
commit 1632ce36d7
12 changed files with 37 additions and 28 deletions

View File

@ -11,7 +11,7 @@ The use of the `#[warn(missing_docs)]` lint enforces this rule.
Asterinas adheres to the API style guidelines of the Rust community.
The recommended API documentation style can be found at
[how-to-write-documentation](https://doc.rust-lang.org/rustdoc/how-to-write-documentation.html).
[How to write documentation - The rustdoc book](https://doc.rust-lang.org/rustdoc/how-to-write-documentation.html).
## Lint Guidelines