From a7895b04a8887f9ba5b75a3f195d1ebc83680392 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Wed, 14 Oct 2020 21:15:27 +0100 Subject: [PATCH] Fix 404 overview link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40df53be..76bc3314 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ holds a [proposal](https://github.com/WebAssembly/exception-handling/blob/master/proposals/Exceptions.md) for adding exception handling to WebAssembly. -* See the [proposal overview](proposals/Exceptions.md) for a summary of the proposal. +* See the [proposal overview](/proposals/exception-handling/Exceptions.md) for a summary of the proposal. The repository is now based on the [reference types proposal](proposals/reference-types/Overview.md) and includes all respective changes.