]> granicus.if.org Git - clang/commitdiff
Update link to the Chromium Clang page
authorHans Wennborg <hans@hanshq.net>
Mon, 13 Nov 2017 23:27:53 +0000 (23:27 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 13 Nov 2017 23:27:53 +0000 (23:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@318108 91177308-0d34-0410-b5e6-96231b3b80d8

www/related.html

index 0772797c654f24a433f803b4e0d9a042e79bdafe..ee4ccd5d973ba21e95f48b21b8ff328e7cd89941 100644 (file)
@@ -12,7 +12,7 @@
   <!--#include virtual="menu.html.incl"-->
   <div id="content">
     <h1>Clang Related Projects</h1>
-    
+
     <p>As Clang matures, more and more projects are being built atop the Clang
       libraries and other open source projects are starting their own Clang
       related subprojects, like building their source code with Clang or writing
@@ -39,8 +39,8 @@
       <dd>
         <p>
           <b>Site:</b>
-          <a href="http://code.google.com/p/chromium/wiki/Clang">
-            http://code.google.com/p/chromium/wiki/Clang</a>
+          <a href="https://chromium.googlesource.com/chromium/src/+/master/docs/clang.md">
+            https://chromium.googlesource.com/chromium/src/+/master/docs/clang.md</a>
         </p>
         <p>
           Notes on using Clang to build the Chromium web browser.