Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 2906531

Browse files
authored
Fix links in README.md (#140)
Fix broken links in README.md and rewrap some lines. Fixes #139.
1 parent 3d9b600 commit 2906531

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
# Exception Handling Proposal for WebAssembly
44

5-
This repository
6-
holds a
7-
[proposal](https://github.com/WebAssembly/exception-handling/blob/master/proposals/Exceptions.md) for
8-
adding exception handling to WebAssembly.
5+
This repository holds a [proposal](proposals/exception-handling/Exceptions.md)
6+
for adding exception handling to WebAssembly.
97

10-
* See the [proposal overview](proposals/Exceptions.md) for a summary of the proposal.
8+
* See the [proposal overview](proposals/exception-handling/Exceptions.md) for a
9+
summary of the proposal.
1110

1211
The repository is now based on the [reference types proposal](proposals/reference-types/Overview.md) and includes all respective changes.
1312

@@ -23,14 +22,15 @@ specification language.
2322
It also holds the WebAssembly testsuite, which tests numerous aspects of
2423
conformance to the spec.
2524

26-
View the work-in-progress spec at [webassembly.github.io/spec](https://webassembly.github.io/spec/).
25+
View the work-in-progress spec at
26+
[webassembly.github.io/spec](https://webassembly.github.io/spec/).
2727

2828
At this time, the contents of this repository are under development and known
2929
to be "incomplet and inkorrect".
3030

3131
Participation is welcome. Discussions about new features, significant semantic
3232
changes, or any specification change likely to generate substantial discussion
33-
should take place in
34-
[the WebAssembly design repository](https://github.com/WebAssembly/design)
35-
first, so that this spec repository can remain focused. And please follow the
36-
[guidelines for contributing](Contributing.md).
33+
should take place in [the WebAssembly design
34+
repository](https://github.com/WebAssembly/design) first, so that this spec
35+
repository can remain focused. And please follow the [guidelines for
36+
contributing](Contributing.md).

0 commit comments

Comments
 (0)