From 95ff2723159005b3afe645e28a048759d4a363d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20FP?= <105675159+TucksonDev@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:47:24 +0100 Subject: [PATCH] Fix links in README.md (#42) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 970a82c..7e0e7b1 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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