docs/index.html: make recent git/email headers links to cgit/gmane
authorPeter Korsgaard <peter@korsgaard.com>
Sun, 16 Mar 2014 21:02:45 +0000 (22:02 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 16 Mar 2014 21:02:45 +0000 (22:02 +0100)
So it is easy to start browsing directly from the homepage.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
docs/index.html

index a569bee1e6f1e14c104fe7fcca1474d8825ea791..c1eadfb72f3dd635ce422206db0f097e8ffa0446 100644 (file)
 
 <div class="row" style="line-height: 17px;">
   <div class="span6" id="commit-activity">
-    <h2>Recent commits</h2>
+    <a href="http://git.buildroot.net/buildroot"><h2>Recent commits</h2></a>
   </div>
   <div class="span6" id="mailing-list-activity">
-    <h2>Recent discussions</h2>
+    <a href="http://dir.gmane.org/gmane.comp.lib.uclibc.buildroot"><h2>Recent discussions</h2></a>
   </div>
 </div>