[llvm] r285017 - [WebAssembly] Fix a broken URL.

Dan Gohman via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 24 13:35:18 PDT 2016


Author: djg
Date: Mon Oct 24 15:35:17 2016
New Revision: 285017

URL: http://llvm.org/viewvc/llvm-project?rev=285017&view=rev
Log:
[WebAssembly] Fix a broken URL.

Modified:
    llvm/trunk/lib/Target/WebAssembly/README.txt

Modified: llvm/trunk/lib/Target/WebAssembly/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/WebAssembly/README.txt?rev=285017&r1=285016&r2=285017&view=diff
==============================================================================
--- llvm/trunk/lib/Target/WebAssembly/README.txt (original)
+++ llvm/trunk/lib/Target/WebAssembly/README.txt Mon Oct 24 15:35:17 2016
@@ -9,7 +9,7 @@ For more information on WebAssembly itse
 
 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:




More information about the llvm-commits mailing list