diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-04-05 22:08:17 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-04-05 22:08:17 (EDT) |
commit | 8e0702111bd93ea4d515a0340a9707d782e36c4f (patch) | |
tree | b93477a4e31dd39be1d4a39725e13bdb250eed94 /site | |
parent | fc206a514ca47ff637f526fec40455daa25be7b4 (diff) | |
download | libreboot.org-8e0702111bd93ea4d515a0340a9707d782e36c4f.zip libreboot.org-8e0702111bd93ea4d515a0340a9707d782e36c4f.tar.gz libreboot.org-8e0702111bd93ea4d515a0340a9707d782e36c4f.tar.bz2 |
index.php: Update link to task list
Diffstat (limited to 'site')
-rw-r--r-- | site/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.php b/site/index.php index 6b4e06d..3f67e87 100644 --- a/site/index.php +++ b/site/index.php @@ -81,7 +81,7 @@ <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/release.html#tasks">gitdocs/release.html#tasks</a>. + 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. </p> |