-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix invalid link README.md [air.rs](./air.rs) is invalid. Changed to [air.rs](./src/air.rs) * fix invalid link README.md "[Writing the Guest Program](../../benchmarks/README.md#writing-the-guest-program" is invalid. Changed to "[Writing the Guest Program](../../../benchmarks/README.md#writing-the-guest-program" * fix invalid link README.md "[fibonacci example](./bin/fibonacci.rs)" is not working. Changed to "[fibonacci example](./src/bin/fibonacci.rs)". * fix invalid link sdk.md "[Overview of Basic Usage](./overview.md)" is invalid. Changed to "[Overview of Basic Usage](../writing-apps/overview.md)". * fix invalid link benchmarks.md "[github workflows](./.github/workflows/benchmark-call.yml)" is invalid link. Changed to "[github workflows](../../.github/workflows/benchmark-call.yml)". * fix typo ISA.md - "an memory access" -> "a memory access" The phrase "an memory access" is considered incorrect because the article "an" is used before words that begin with a vowel sound. Since "memory" starts with a consonant sound, the correct article to use is "a," making it "a memory access."
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters