Module: website Branch: master Commit: 92c7cf5b973c65253277677f72c2c2348691f6e5 URL: http://source.winehq.org/git/website.git/?a=commit;h=92c7cf5b973c65253277677...
Author: Rosanne DiMesio dimesio@earthlink.net Date: Mon Feb 8 16:00:29 2016 -0600
Update documentation links
The User's, Winelib User's, and Developer's guides have all been ported to the wiki.
Signed-off-by: Rosanne DiMesio dimesio@earthlink.net Signed-off-by: Jeremy Newman jnewman@codeweavers.com
---
templates/en/documentation.template | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-)
diff --git a/templates/en/documentation.template b/templates/en/documentation.template index d00a1c2..d0d1b6f 100644 --- a/templates/en/documentation.template +++ b/templates/en/documentation.template @@ -6,41 +6,22 @@ <h2>Guides</h2> <ul> <li> - <a href="{$root}/docs/wineusr-guide/index">Wine User Guide</a><br> + <a href="https://wiki.winehq.org/Wine User's Guide">Wine User's Guide</a><br> How to use and configure Wine for running Windows applications.<br> - <span class=small> <b>formats:</b> - <a href="{$root}/docs/wineusr-guide/index">Online</a> | - <a href="http://ftp.winehq.org/pub/wine/docs/en/wineusr-guide.html">HTML</a> | - <a href="http://ftp.winehq.org/pub/wine/docs/en/wineusr-guide.pdf">PDF</a> | - <a href="http://ftp.winehq.org/pub/wine/docs/en/wineusr-guide.ps">PostScript</a> - </span> </li><br>
<li> - <a href="{$root}/docs/winelib-guide/index">Winelib User Guide</a><br> + <a href="https://wiki.winehq.org/Winelib User's Guide">Winelib User's Guide</a><br> How to use Wine to port Windows applications to Linux.<br> - <span class=small> <b>formats:</b> - <a href="{$root}/docs/winelib-guide/index">Online</a> | - <a href="http://ftp.winehq.org/pub/wine/docs/en/winelib-guide.html">HTML</a> | - <a href="http://ftp.winehq.org/pub/wine/docs/en/winelib-guide.pdf">PDF</a> | - <a href="http://ftp.winehq.org/pub/wine/docs/en/winelib-guide.ps">PostScript</a> - </span> </li><br>
<li> - <a href="{$root}/docs/winedev-guide/index">Wine Developers Guide</a><br> + <a href="https://wiki.winehq.org/Wine Developer's Guide">Wine Developer's Guide</a><br> How to hack on Wine.<br> - <span class=small> <b>formats:</b> - <a href="{$root}/docs/winedev-guide/index">Online</a> | - <a href="http://ftp.winehq.org/pub/wine/docs/en/winedev-guide.html">HTML</a> | - <a href="http://ftp.winehq.org/pub/wine/docs/en/winedev-guide.pdf">PDF</a> | - <a href="http://ftp.winehq.org/pub/wine/docs/en/winedev-guide.ps">PostScript</a> - </span> </li><br>
<li> - <a href="{$root}/howto">How to help get applications - working in Wine</a><br> + <a href="https://wiki.winehq.org/Wine Installation and Configuration">Wine Installation and Configuration</a><br> A short guide for those who want to help us make things work.<br> </li> </ul>