From: NAKAMURA Takumi
Date: Sun, 27 Mar 2011 02:04:21 +0000 (+0000)
Subject: www/get_started.html: Fix a few URLs.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc8770a94decad87a048b08a809a0cd9ded1c573;p=clang
www/get_started.html: Fix a few URLs.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128372 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/get_started.html b/www/get_started.html
index 54f7442b88..6176e9a910 100644
--- a/www/get_started.html
+++ b/www/get_started.html
@@ -129,15 +129,15 @@ Visual Studio:
Python. This is needed only if you will be running the tests
(which is essential, if you will be developing for clang).
Get it from:
-
- http://www.python.org/download
+
+ http://www.python.org/download/
GnuWin32 tools
These are also necessary for running the tests.
(Note that the grep from MSYS or Cygwin doesn't work with the tests
because of embedded double-quotes in the search strings. The GNU
grep does work in this case.)
- Get them from
- http://getgnuwin32.sourceforge.net.
+ Get them from
+ http://getgnuwin32.sourceforge.net/.
Checkout LLVM: