summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Alfonso <calfonso@redhat.com>2008-07-21 13:20:12 -0400
committerChris Alfonso <calfonso@redhat.com>2008-07-21 13:20:12 -0400
commit4ad03be690654f253b299d34b2271d9467b870f4 (patch)
tree9d66a3281119fc653bb808f6c1022f995f78f124
parent508deeaf3410fbff8acd79d183d8b44f81e47bee (diff)
downloadsite-4ad03be690654f253b299d34b2271d9467b870f4.tar.gz
site-4ad03be690654f253b299d34b2271d9467b870f4.tar.xz
site-4ad03be690654f253b299d34b2271d9467b870f4.zip
Adding quickstart link
-rw-r--r--genome-site-1.0.0/content/menu.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/genome-site-1.0.0/content/menu.php b/genome-site-1.0.0/content/menu.php
index 5acc747..f39871b 100644
--- a/genome-site-1.0.0/content/menu.php
+++ b/genome-site-1.0.0/content/menu.php
@@ -19,5 +19,6 @@
<li><div> <a class="<?php echo $download ?>" title="Get the latest releases" href="./download.php?trk=g">Download</a> </div></li>
<li><div> <a class="<?php echo $contribute ?>" title="Information about design/development process" href="./contribute.php?trk=c">Contribute</a> </div></li>
<li><div> <a class="<?php echo $documentation ?>" title="Project documentation" href="./documentation.php?trk=d">Documentation</a> </div></li>
+ <li><div> <a class="<?php echo $documentation ?>" title="Quickstart" href="https://fedorahosted.org/genome/wiki/QuickStart">Quickstart</a> </div></li>
</ul>
</div>