Module: website Branch: master Commit: 8c52388cabd6e9d172455ccb77d3bec05974afaf URL: http://source.winehq.org/git/website.git/?a=commit;h=8c52388cabd6e9d172455cc...
Author: Rince rercola@acm.jhu.edu Date: Fri Jan 23 16:35:27 2009 -0500
Fix 404s in winelib guide
--0015175cba90e4972104612d2aac Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
Attached patch fixes several 404s in the winelib guide (several links on /winelib pointed at site/docs/winelib-guide, which 404s, instead of /site/docs/winelib-guide/index).
- Rich
Attached patch fixes several 404s in the winelib guide (several links on /winelib pointed at site/docs/winelib-guide, which 404s, instead of /site/docs/winelib-guide/index).<br><br>- Rich<br>
---
templates/en/winelib.template | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/en/winelib.template b/templates/en/winelib.template index c07d8c6..0d50575 100644 --- a/templates/en/winelib.template +++ b/templates/en/winelib.template @@ -10,7 +10,7 @@ Theoretically, any Win32 app should be compilable out of the box under Wine. This, of course, is not the case. We have incompatible headers, and a bunch of other problems described in - <a href="http://www.winehq.org/site/docs/winelib-guide/">Winelib User's Guide</a>. + <a href="http://www.winehq.org/site/docs/winelib-guide/index">Winelib User's Guide</a>. A good way to fix these is to try to compile applications for which we have the source under Winelib.
@@ -19,7 +19,7 @@ <ul> <li>Document our experience on porting these applications to Winelib <li>Improve Winelib based on the above such that the porting process becomes very simple - <li>Update the <a href="http://www.winehq.org/site/docs/winelib-guide/">Winelib User's Guide</a> + <li>Update the <a href="http://www.winehq.org/site/docs/winelib-guide/index">Winelib User's Guide</a> to the latest porting process <li>Fixing header & library problems in the process. </ul>