From 6a9bf69345167105f5dd6d9342bc6883571e07a1 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Wed, 14 Oct 2020 01:15:26 -0700 Subject: [PATCH] Fix links in README.md Fix broken links in README.md and rewrap some lines. Fixes #139. --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 40df53be..bd11d86f 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,11 @@ # Exception Handling Proposal for WebAssembly -This repository -holds a -[proposal](https://github.com/WebAssembly/exception-handling/blob/master/proposals/Exceptions.md) for -adding exception handling to WebAssembly. +This repository holds a [proposal](proposals/exception-handling/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. @@ -23,14 +22,15 @@ specification language. It also holds the WebAssembly testsuite, which tests numerous aspects of conformance to the spec. -View the work-in-progress spec at [webassembly.github.io/spec](https://webassembly.github.io/spec/). +View the work-in-progress spec at +[webassembly.github.io/spec](https://webassembly.github.io/spec/). At this time, the contents of this repository are under development and known to be "incomplet and inkorrect". Participation is welcome. Discussions about new features, significant semantic changes, or any specification change likely to generate substantial discussion -should take place in -[the WebAssembly design repository](https://github.com/WebAssembly/design) -first, so that this spec repository can remain focused. And please follow the -[guidelines for contributing](Contributing.md). +should take place in [the WebAssembly design +repository](https://github.com/WebAssembly/design) first, so that this spec +repository can remain focused. And please follow the [guidelines for +contributing](Contributing.md).