diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2014-03-16 22:02:45 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-03-16 22:02:45 +0100 |
commit | ca823175937126b0116b9a9d8d79ffed3e8e1def (patch) | |
tree | f30ded4f403b473cac243f194af80890bf2f7115 | |
parent | 57d284fc2e9c6bbc22b9676f4af8bb3ead2e4460 (diff) | |
download | buildroot-ca823175937126b0116b9a9d8d79ffed3e8e1def.tar.gz buildroot-ca823175937126b0116b9a9d8d79ffed3e8e1def.zip |
docs/index.html: make recent git/email headers links to cgit/gmane
So it is easy to start browsing directly from the homepage.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index a569bee1e6..c1eadfb72f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -23,10 +23,10 @@ <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> |