summaryrefslogtreecommitdiffstats
path: root/www/get_started.html
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2015-05-07 15:15:16 +0000
committerYaron Keren <yaron.keren@gmail.com>2015-05-07 15:15:16 +0000
commit473535c9756ecaa143958b5446f988c575343f68 (patch)
tree5a0cc7da341875d6560b1b1ca9d4f456b4ea77b7 /www/get_started.html
parent0f6876a6cd50be195d4be11424901c48cf535b9d (diff)
Update the subversion link to http://subversion.apache.org/packages.html.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@236734 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_started.html')
-rw-r--r--www/get_started.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/get_started.html b/www/get_started.html
index 05ef5ec00e..254745b82b 100644
--- a/www/get_started.html
+++ b/www/get_started.html
@@ -142,8 +142,8 @@ Visual Studio:</p>
<li>Get the required tools:
<ul>
<li><b>Subversion</b>. Source code control program. Get it from:
- <a href="http://subversion.tigris.org/getting.html">
- http://subversion.tigris.org/getting.html</a></li>
+ <a href="http://subversion.apache.org/packages.html">
+ http://subversion.apache.org/packages.html</a></li>
<li><b>CMake</b>. This is used for generating Visual Studio solution and
project files. Get it from:
<a href="http://www.cmake.org/cmake/resources/software.html">