[docs] Update link title
authorSean Silva <silvas@purdue.edu>
Mon, 7 Apr 2014 22:42:53 +0000 (22:42 +0000)
committerSean Silva <silvas@purdue.edu>
Mon, 7 Apr 2014 22:42:53 +0000 (22:42 +0000)
docs/TableGen/ is not really just "fundamentals" anymore, but rather
more of a portal for all things TableGen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205743 91177308-0d34-0410-b5e6-96231b3b80d8

docs/index.rst

index 726a39232071dd7464100f7036c3638a480497d0..a55795e3a0c3e5049e49c92ae1c3462c18dfaec4 100644 (file)
@@ -248,7 +248,7 @@ For API clients and LLVM developers.
    working on retargetting LLVM to a new architecture, designing a new codegen
    pass, or enhancing existing components.
 
-:doc:`TableGen Fundamentals <TableGen/index>`
+:doc:`TableGen <TableGen/index>`
    Describes the TableGen tool, which is used heavily by the LLVM code
    generator.