diff options
-rw-r--r-- | docs/CFEBuildInstrs.html | 3 | ||||
-rw-r--r-- | docs/GettingStarted.html | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index fa49c29e0b..4242206c5a 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -117,7 +117,8 @@ web site.</p> a read-only mirror using subversion. To check out the code the first time use: </p> -<tt>svn co svn://anonsvn.opensource.apple.com/svn/llvm <i>dst-directory</i></tt> +<tt>svn co svn://anonsvn.opensource.apple.com/svn/llvm/trunk +<i>dst-directory</i></tt> <p>After that, the code can be be updated in the destination directory using; </p> diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 273c28df05..4115d8908a 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -647,9 +647,9 @@ compressed with the gzip program. <dd>Binary release of the llvm-gcc4 front end for MacOS X/X86.<br/></dd> </dl> -<p>It is also possible to download the sources of the llvm-gcc4 front end from -a read-only subversion mirror at svn://anonsvn.opensource.apple.com/svn/llvm. -</p> +<p>It is also possible to download the sources of the llvm-gcc4 front end from a +read-only subversion mirror at +svn://anonsvn.opensource.apple.com/svn/llvm/trunk. </p> </div> |