[llvm] r354352 - index.rst: Remove Dragonegg link

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 19 09:00:30 PST 2019


Author: hans
Date: Tue Feb 19 09:00:29 2019
New Revision: 354352

URL: http://llvm.org/viewvc/llvm-project?rev=354352&view=rev
Log:
index.rst: Remove Dragonegg link

Modified:
    llvm/trunk/docs/index.rst

Modified: llvm/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/index.rst?rev=354352&r1=354351&r2=354352&view=diff
==============================================================================
--- llvm/trunk/docs/index.rst (original)
+++ llvm/trunk/docs/index.rst Tue Feb 19 09:00:29 2019
@@ -55,11 +55,10 @@ User Guides
 
 For those new to the LLVM system.
 
-NOTE: If you are a user who is only interested in using LLVM-based
-compilers, you should look into `Clang <http://clang.llvm.org>`_ or
-`DragonEgg <http://dragonegg.llvm.org>`_ instead. The documentation here is
-intended for users who have a need to work with the intermediate LLVM
-representation.
+NOTE: If you are a user who is only interested in using an LLVM-based compiler,
+you should look into `Clang <http://clang.llvm.org>`_ instead. The
+documentation here is intended for users who have a need to work with the
+intermediate LLVM representation.
 
 .. toctree::
    :hidden:




More information about the llvm-commits mailing list