diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-03-27 02:04:21 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-03-27 02:04:21 +0000 |
commit | 823f3eb14292e73646bc27ed5af5c33078cf05e4 (patch) | |
tree | aa26c81b2c341976dbc633952479867b9e01a3a5 /clang/www/get_started.html | |
parent | b6766f07c87ba14aa647a6193c549f6a3f059ce5 (diff) | |
download | bcm5719-llvm-823f3eb14292e73646bc27ed5af5c33078cf05e4.tar.gz bcm5719-llvm-823f3eb14292e73646bc27ed5af5c33078cf05e4.zip |
www/get_started.html: Fix a few URLs.
llvm-svn: 128372
Diffstat (limited to 'clang/www/get_started.html')
-rw-r--r-- | clang/www/get_started.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/www/get_started.html b/clang/www/get_started.html index 54f7442b88b..6176e9a910b 100644 --- a/clang/www/get_started.html +++ b/clang/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> |