summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--site/download/index.php13
-rw-r--r--site/index.php1
2 files changed, 8 insertions, 6 deletions
diff --git a/site/download/index.php b/site/download/index.php
index 52cbae8..e430346 100644
--- a/site/download/index.php
+++ b/site/download/index.php
@@ -164,6 +164,13 @@
<p>
The git repositories are intended for developing <?php echo $lbProjectName; ?>.
+ For a list of current tasks in <?php echo $lbProjectName; ?>, see <a href="../docs/tasks.html">../docs/tasks.html</a>.
+ </p>
+
+ <p>
+ Maintenance guides for <?php echo $lbProjectName; ?></php></php> can be found at
+ <a href="../docs/maintain/index.html">../docs/maintain/index.html</a> and
+ and <a href="../docs/git/index.html">../docs/git/index.html</a>.
</p>
<h2>How to download</h2>
@@ -191,12 +198,6 @@
<h2 id="contrib">Submitting patches to <?php echo $lbProjectName; ?></h3>
<p>
The <a href="http://git-scm.com/doc">git documentation</a> describes how to use git.
- For a list of current tasks in <?php echo $lbProjectName; ?>, see <a href="../docs/tasks.html">../docs/tasks.html</a>.
- </p>
- <p>
- Maintenance guides for <?php echo $lbProjectName; ?></php></php> can be found at
- <a href="../docs/maintain/index.html">../docs/maintain/index.html</a> and
- and <a href="../docs/git/index.html">../docs/git/index.html</a>.
</p>
<p>
Make sure that you configured git so that your name and email
diff --git a/site/index.php b/site/index.php
index 9509bc9..dd63574 100644
--- a/site/index.php
+++ b/site/index.php
@@ -49,6 +49,7 @@
<ul class="ulnav">
<li><a href="docs/index.html#why">Why should I use <?php echo $lbProjectName; ?>?</a></li>
<li><a href="download/#git">How to contribute?</a></li>
+ <li><a href="docs/tasks.html">Current tasks</a></li>
</ul>
</div>