Module: website Branch: master Commit: e191c65f01e9ead7b5c39172012da3fabfee8b0a URL: http://source.winehq.org/git/website.git/?a=commit;h=e191c65f01e9ead7b5c3917...
Author: Scott Ritchie scott@open-vote.org Date: Tue Jul 28 03:26:31 2009 -0700
Redo about page Learn More menu, point entries towards wiki
---
templates/en/about.template | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/templates/en/about.template b/templates/en/about.template index 9a5cf00..a46466e 100644 --- a/templates/en/about.template +++ b/templates/en/about.template @@ -15,10 +15,10 @@
<h2>Learn more:</h2> <ul> - <li><a href="{$root}/history">Wine's History</a></li> - <li><a href="{$root}/why">Why Wine is so important</a></li> - <li><a href="{$root}/myths">Debunking Wine Myths</a></li> - <li><a href="{$root}/acknowledgement">Acknowledgements</a></li> + <li><a href="http://wiki.winehq.org/ImportanceOfWine">Why Wine is so Important</a></li> + <li><a href="http://wiki.winehq.org/Debunking_Wine_Myths">Common Myths about Wine</a></li> + <li><a href="http://wiki.winehq.org/WineHistory">History of the Wine Project</a></li> + <li><a href="http://wiki.winehq.org/ProjectOrganization">Organization and Leadership</a></li> </ul>
<hr />