From d56ab9fba57865df87252ab45700d2d8854e938f Mon Sep 17 00:00:00 2001 From: Hemant <37903423+hemantbits@users.noreply.github.com> Date: Fri, 12 Oct 2018 15:38:33 +0100 Subject: [PATCH] Fixed path for GettingStarted.html There is no GettingStarted.html in llvm clone itself. Fixed the path now to http://llvm.org/docs/GettingStarted.html --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbad9e79b2..3163da2cd7 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ LLVM build system to automatically recognize it and build it along with LLVM. Step 2: Configure and Build LLVM -------------------------------- -Configure and build your copy of LLVM (see **$LLVM_SRC_ROOT/GettingStarted.html** for more information). +Configure and build your copy of LLVM (see http://llvm.org/docs/GettingStarted.html for more information). Assuming you installed clang at **$LLVM_SRC_ROOT/tools/clang** then Clang will automatically be built with LLVM. Otherwise, run `make` in the Clang source