summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
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/CommandGuide
parentba9e79f7ef5b73612459b61bf34046a64aff37db (diff)
downloadllvm-b9a65fd0028acd588f8382a50f7271e332fc363d.tar.gz
llvm-b9a65fd0028acd588f8382a50f7271e332fc363d.tar.bz2
llvm-b9a65fd0028acd588f8382a50f7271e332fc363d.tar.xz
[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/CommandGuide')
-rw-r--r--docs/CommandGuide/tblgen.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/CommandGuide/tblgen.rst b/docs/CommandGuide/tblgen.rst
index 1c4682830d..a42b04dbf8 100644
--- a/docs/CommandGuide/tblgen.rst
+++ b/docs/CommandGuide/tblgen.rst
@@ -15,7 +15,8 @@ users of LLVM will not need to use this program. It is only for assisting with
writing an LLVM target backend.
The input and output of :program:`tblgen` is beyond the scope of this short
-introduction. Please see :doc:`../TableGenFundamentals`.
+introduction; please see the :doc:`introduction to TableGen
+<../TableGen/index>`.
The *filename* argument specifies the name of a Target Description (``.td``)
file to read as input.