From 33efbe017f55d3e178328b339ef751b51f5ee0c9 Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Fri, 25 Jan 2019 23:42:14 -0800 Subject: [PATCH] Fix spectests link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51d7ccae5..64f2fc530 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ cargo install --path . ## Testing -Thanks to [spectests](https://github.com/wasmerio/wasmer/tree/master/spectests) we can assure 100% compatibility with the WebAssembly spec test suite. +Thanks to [spectests](https://github.com/wasmerio/wasmer/tree/master/lib/runtime-core/spectests) we can assure 100% compatibility with the WebAssembly spec test suite. Tests can be run with: