diff options
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/site/index.php b/site/index.php index c969199..cf5493d 100644 --- a/site/index.php +++ b/site/index.php @@ -45,8 +45,7 @@ <p> <?php echo $lbProjectNameCapitalized; ?> is a <a href="https://www.fsf.org/about/what-is-free-software">free</a> (libre) BIOS/UEFI replacement for your computer. Based on <a href="http://coreboot.org/">coreboot</a>, the aim is to distribute - low-level boot firmware that is 100% free software. The project is aimed at users, attempting to make coreboot as easy to - use as possible. + low-level boot firmware that is 100% free software, and to make coreboot easy to use. </p> <p> <a href="docs/index.html#why">Why should I use <?php echo $lbProjectName; ?>?</a> @@ -60,10 +59,9 @@ <h1>Contributing to libreboot?</h1> <p> - The instructions at <a href="download/#contrib">download/#contrib</a> show how to submit patches. - The list of currently defined tasks is listed at <a href="gitdocs/tasks.html">gitdocs/tasks.html</a>. - The gitdocs/ directory is also part of the git repository (it's a symlink to a working repository), so - you can also submit patches adding to that list of tasks. + Instructions for submitting patches can be found at <a href="download/#contrib">download/#contrib</a>. + The current tasks are defined at <a href="gitdocs/tasks.html">gitdocs/tasks.html</a> which, + along with everything else on this website, is part of a git repository. </p> </div> |