From df633a76179c7d2eed138e5d4abe25960f0b043d Mon Sep 17 00:00:00 2001
From: Thierry Carrez <thierry@openstack.org>
Date: Mon, 15 Jul 2013 14:18:49 +0200
Subject: [PATCH] Add link to github README

---
 about/templates/about.welcome.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/about/templates/about.welcome.html b/about/templates/about.welcome.html
index ad2c8e45..3b0086b0 100644
--- a/about/templates/about.welcome.html
+++ b/about/templates/about.welcome.html
@@ -19,6 +19,7 @@
       <div class="span4">
         <h2>But why ?</h2>
         <p>The OpenStack project is now running into a number of limitations and annoying differences in workflow with Launchpad. At the same time, Launchpad development stalled, leaving us with little chances to improve the tool to suit our needs. This POC reuses key Launchpad concepts (like bug tasks) and goes beyond.</p>
+        <p><a class="btn" href="https://github.com/ttx/storyboard/blob/master/README.rst">See project README &raquo;</a></p>
       </div><!--/span-->
     </div><!--/row-->
 {% endblock %}