From 9d3edca443d1110db1ce3b604a10c5e5d0cce22d Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 2 Jul 2008 13:54:58 +0000 Subject: [PATCH] Update link to testing guide to use the new title. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53018 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 15247ee5750..78100021170 100644 --- a/docs/index.html +++ b/docs/index.html @@ -105,8 +105,8 @@ questions and problems and their solutions. Instructions for properly submitting information about any bugs you run into in the LLVM system. -
  • LLVM Test Suite Guide - A reference -manual for using the LLVM test suite.
  • +
  • LLVM Testing Infrastructure Guide - A reference +manual for using the LLVM testing infrastructure.
  • How to build the C/C++ front-end - Instructions for building the front-end from source.