[llvm] r184514 - [docs] Fix broken link.

Sean Silva silvas at purdue.edu
Thu Jun 20 18:11:52 PDT 2013


Author: silvas
Date: Thu Jun 20 20:11:52 2013
New Revision: 184514

URL: http://llvm.org/viewvc/llvm-project?rev=184514&view=rev
Log:
[docs] Fix broken link.

Modified:
    llvm/trunk/docs/tutorial/index.rst

Modified: llvm/trunk/docs/tutorial/index.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/index.rst?rev=184514&r1=184513&r2=184514&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/index.rst (original)
+++ llvm/trunk/docs/tutorial/index.rst Thu Jun 20 20:11:52 2013
@@ -34,7 +34,7 @@ External Tutorials
    A simple guide for how to implement an LLVM integrated assembler for an
    architecture.
 
-.. _`Howto: Implementing LLVM Integrated Assembler`: http://www.embecosm.com/download/ean10.html
+.. _`Howto: Implementing LLVM Integrated Assembler`: http://www.embecosm.com/appnotes/ean10/ean10-howto-llvmas-1.0.html
 
 Advanced Topics
 ===============





More information about the llvm-commits mailing list