diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-07-09 21:32:15 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-07-09 21:32:15 (EDT) |
commit | 54bee74ffa45083a35b4cb3c598130414927cfdd (patch) | |
tree | f36d36a99e234ff564252f0c4bc8365f2d2eb3e9 /site/index.php | |
parent | 66fafff03f3d0cc7af51e6b212a8c8146fa95a7b (diff) | |
download | libreboot.org-54bee74ffa45083a35b4cb3c598130414927cfdd.zip libreboot.org-54bee74ffa45083a35b4cb3c598130414927cfdd.tar.gz libreboot.org-54bee74ffa45083a35b4cb3c598130414927cfdd.tar.bz2 |
home page: simplify how-to-help
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/site/index.php b/site/index.php index da8803b..2ba3b6f 100644 --- a/site/index.php +++ b/site/index.php @@ -80,9 +80,7 @@ <h2>How to help?</h2> <p> A list of high priority tasks can be found at <a href="docs/tasks.html">docs/tasks.html</a>. - </p> - <p> - Information about how libreboot is maintained, can be found at <a href="docs/maintain/index.html">docs/maintain/index.html</a>. + Information about how libreboot is maintained can be found at <a href="docs/maintain/index.html">docs/maintain/index.html</a>. </p> <h2><?php echo gettext("Contact"); ?></h2> <ul> |