From 065fbbc5660846771c5b83db9b2d92006513ea3f Mon Sep 17 00:00:00 2001 From: munchkinhalfling Date: Sat, 18 Jan 2020 09:04:03 -0500 Subject: [PATCH] Fix wiki link The wiki link originally pointed to /blob/master/wiki, whereas the wiki is at /wiki. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd8aeb4..e4f0651 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The difference to similar projects is that not a complete VM with GC and memory Documentation ---- -The documentation can be found in the [wiki](wiki). +The documentation can be found in the [wiki](https://github.com/i-net-software/JWebAssembly/wiki). Status of the project ----