Skip to content

Commit 7a44b1e

Browse files
authored
fix dead link in README.md (#2483)
1 parent 2a36ce4 commit 7a44b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ extern "C" {
262262
```
263263

264264
(from
265-
[imports.rs](https://github.com/CosmWasm/cosmwasm/blob/main/packages/std/src/imports.rs))
265+
[imports.rs](https://github.com/CosmWasm/cosmwasm/blob/main/packages/vm/src/imports.rs))
266266

267267
You could actually implement a WebAssembly module in any language, and as long
268268
as you implement these functions, it will be interoperable, given the JSON data

0 commit comments

Comments
 (0)