Skip to content

Commit a2761cc

Browse files
authored
Fix wasm-smith README validate.rs URL (#1186)
1 parent 8bf2677 commit a2761cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wasm-smith/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ $ cargo fuzz run my_wasm_smith_fuzz_target
7676
```
7777

7878
> **Note:** Also check out [the `validate` fuzz
79-
> target](https://github.com/fitzgen/wasm-smith/blob/main/fuzz/fuzz_targets/validate.rs)
79+
> target](https://github.com/bytecodealliance/wasm-tools/blob/main/fuzz/fuzz_targets/validate.rs)
8080
> defined in this repository. Using the `wasmparser` crate, it checks that every
8181
> module generated by `wasm-smith` validates successfully.
8282

0 commit comments

Comments
 (0)