From: Dan Gohman Date: Mon, 24 Oct 2016 20:35:17 +0000 (+0000) Subject: [WebAssembly] Fix a broken URL. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=459c4c4cbee49678688418205aba0b2110df4c8e;p=llvm [WebAssembly] Fix a broken URL. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285017 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/WebAssembly/README.txt b/lib/Target/WebAssembly/README.txt index 486b587fb74..44e57eecca6 100644 --- a/lib/Target/WebAssembly/README.txt +++ b/lib/Target/WebAssembly/README.txt @@ -9,7 +9,7 @@ For more information on WebAssembly itself, see the design documents: The following documents contain some information on the planned semantics and binary encoding of WebAssembly itself: - * https://github.com/WebAssembly/design/blob/master/AstSemantics.md + * https://github.com/WebAssembly/design/blob/master/Semantics.md * https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md The backend is built, tested and archived on the following waterfall: