summaryrefslogtreecommitdiff
path: root/www/get_started.html
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-03-27 02:04:21 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-03-27 02:04:21 +0000
commitcc8770a94decad87a048b08a809a0cd9ded1c573 (patch)
tree76d55df6db73af4d14720702b08ac294cdac0708 /www/get_started.html
parentabaca7a8be8e79cc01354676e3bcb26575640311 (diff)
downloadclang-cc8770a94decad87a048b08a809a0cd9ded1c573.tar.gz
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
Diffstat (limited to 'www/get_started.html')
-rw-r--r--www/get_started.html8
1 files changed, 4 insertions, 4 deletions
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:</p>
<li><b>Python</b>. This is needed only if you will be running the tests
(which is essential, if you will be developing for clang).
Get it from:
- <a href="http://www.python.org/download">
- http://www.python.org/download</a></li>
+ <a href="http://www.python.org/download/">
+ http://www.python.org/download/</a></li>
<li><b>GnuWin32 tools</b>
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 <a href="http://getgnuwin32.sourceforge.net">
- http://getgnuwin32.sourceforge.net</a>.</li>
+ Get them from <a href="http://getgnuwin32.sourceforge.net/">
+ http://getgnuwin32.sourceforge.net/</a>.</li>
</ul>
<li>Checkout LLVM:</li>