summaryrefslogtreecommitdiffstats
path: root/docs/LLVMBuild.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2014-04-07 22:46:40 +0000
committerSean Silva <silvas@purdue.edu>2014-04-07 22:46:40 +0000
commitb9a65fd0028acd588f8382a50f7271e332fc363d (patch)
treed0a4849fa44fcb7959433686d42d16a5c98d5df1 /docs/LLVMBuild.rst
parentba9e79f7ef5b73612459b61bf34046a64aff37db (diff)
[docs] Fix some links
The TableGen docs have changed structure Patch by Tay Ray Chuan! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205744 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LLVMBuild.rst')
-rw-r--r--docs/LLVMBuild.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LLVMBuild.rst b/docs/LLVMBuild.rst
index c0c96d3f3ca8..58f6f4d20a04 100644
--- a/docs/LLVMBuild.rst
+++ b/docs/LLVMBuild.rst
@@ -86,8 +86,8 @@ LLVM primarily uses the following types of components:
libraries that they build on top of.
- *Build Tools* - Build tools are applications which are designed to be run
as part of the build process (typically to generate other source files).
- Currently, LLVM uses one main build tool called :doc:`TableGen
- <TableGenFundamentals>` to generate a variety of source files.
+ Currently, LLVM uses one main build tool called :doc:`TableGen/index`
+ to generate a variety of source files.
- *Tools* - Command line applications which are built using the LLVM
component libraries. Most LLVM tools are small and are primarily
frontends to the library interfaces.