Skip to content

Commit

Permalink
Fix links in README.md (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
TucksonDev authored Jun 6, 2024
1 parent 663616c commit 95ff272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Location:
prover/src/binary.rs:493:9, data: None)
```

To read more about what counts as valid vs. invalid user WASM programs, see [VALID_WASM](./VALID_WASM.md).
To read more about what counts as valid vs. invalid user WASM programs, see [VALID_WASM](./check/VALID_WASM.md).

If your program succeeds, you'll see the following message:

Expand Down Expand Up @@ -192,7 +192,7 @@ Brotli-compressed, Stylus program WASM binaries must fit within the **24Kb** [co
We recommend optimizing your Stylus program's sizes to smaller sizes, but keep in mind the safety tradeoffs of using some of the more advanced optimizations. However, some small programs when compiled to much smaller sizes can suffer performance penalties.
For a deep-dive into the different options for optimizing binary sizes using cargo stylus, see [OPTIMIZING_BINARIES.md](./OPTIMIZING_BINARIES.md).
For a deep-dive into the different options for optimizing binary sizes using cargo stylus, see [OPTIMIZING_BINARIES.md](./check/OPTIMIZING_BINARIES.md).
## License
Expand Down

0 comments on commit 95ff272

Please sign in to comment.