From b9a65fd0028acd588f8382a50f7271e332fc363d Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Mon, 7 Apr 2014 22:46:40 +0000 Subject: [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 --- docs/CommandGuide/tblgen.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/CommandGuide') 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. -- cgit v1.2.3