commit: 282bfb847e9429499b38e0541d03b19dbc673c71 Author: Alex Legler <alex <AT> a3li <DOT> li> AuthorDate: Sun Jun 14 09:24:11 2015 +0000 Commit: Alex Legler <a3li <AT> gentoo <DOT> org> CommitDate: Sun Jun 14 09:24:11 2015 +0000 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=282bfb84
Mention devmanual instead of old docs support/documentation/index.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/support/documentation/index.html b/support/documentation/index.html index 0d27929..2eae34f 100644 --- a/support/documentation/index.html +++ b/support/documentation/index.html @@ -60,9 +60,13 @@ title: 'Documentation' </div> </div> -<h2>Other Guides and Project Documentation</h2> +<h2>Developer Documentation</h2> <p> - There are a few guides that have not made the jump to the Wiki just yet. - You can find them on the <a href="https://wwwold.gentoo.org/doc/en/">archived copy of our previous homepage</a>. -</p> \ No newline at end of file + In addition to the documentation available on the Wiki, we also offer documentation resources geared towards Gentoo development: +</p> + +<ul> + <li><a href="https://devmanual.gentoo.org/">Gentoo Development Guide</a></li> + <li><a href="https://devmanual.gentoo.org/eclass-reference/index.html">eclass Reference</a></li> +</ul> \ No newline at end of file
