aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide/tblgen.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CommandGuide/tblgen.rst')
-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 1c46828..a42b04d 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.