Module: website Branch: master Commit: 57651136b7ff5d0deb24922fb6fca54faba9fad8 URL: http://source.winehq.org/git/website.git/?a=commit;h=57651136b7ff5d0deb24922...
Author: Kyle Auble randomidman48@yahoo.com Date: Sun Sep 2 22:33:19 2012 -0700
Clean up some links
---
templates/en/history.template | 3 ++- templates/he/history.template | 3 ++- templates/pl/about.template | 11 ++++++----- templates/pt/about.template | 11 ++++++----- 4 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/templates/en/history.template b/templates/en/history.template index 29a0983..2d5cb72 100644 --- a/templates/en/history.template +++ b/templates/en/history.template @@ -252,7 +252,8 @@ and finish those important user interfaces and documentation bits. <a href="{$root}/about">Previous</a>: About Wine </td> <td width="50%" align=right> - Why Wine is so important :<a href="{$root}/why">Next</a> + Why Wine is so important : + <a href="http://wiki.winehq.org/ImportanceOfWine">Next</a> </td> </tr> </table> diff --git a/templates/he/history.template b/templates/he/history.template index e89ea73..f25fbfb 100644 --- a/templates/he/history.template +++ b/templates/he/history.template @@ -224,7 +224,8 @@ and finish those important user interfaces and documentation bits. <a href="{$root}/about">הקודם</a>: על אודות Wine </td> <td width="50%" align=right> - מדוע Wine כל כך חשובה :<a href="{$root}/why">הבא</a> + מדוע Wine כל כך חשובה : + <a href="http://wiki.winehq.org/ImportanceOfWine">הבא</a> </td> </tr> </table> diff --git a/templates/pl/about.template b/templates/pl/about.template index c09acba..f8a72f0 100644 --- a/templates/pl/about.template +++ b/templates/pl/about.template @@ -34,10 +34,10 @@ Julliard kieruje projektem Wine, i można się z nim skontaktować przez e-mail
<p>Zebraliśmy również krótką listę zasobów aby pomóc ci zrozumieć ten projekt:</p> <ul> - <li><a href="{$root}/history">Historia Wine</a></li> - <li><a href="{$root}/why">Dlaczego Wine jest tak ważny</a></li> - <li><a href="{$root}/myths">Obalanie mitów o Wine</a></li> - <li><a href="{$root}/wine_features">Możliwości Wine</a></li> + <li><a href="http://wiki.winehq.org/WineHistory">Historia Wine</a></li> + <li><a href="http://wiki.winehq.org/ImportanceOfWine">Dlaczego Wine jest tak ważny</a></li> + <li><a href="http://wiki.winehq.org/Debunking_Wine_Myths">Obalanie mitów o Wine</a></li> + <li><a href="http://wiki.winehq.org/WineFeatures">Możliwości Wine</a></li> <li><a href="{$root}/acknowledgement">Dowody uznania</a></li> <li><a href="{$root}/wwn">World Wine News</a></li> <li><a href="{$root}/interview">Wywiady</a></li> @@ -45,5 +45,6 @@ Julliard kieruje projektem Wine, i można się z nim skontaktować przez e-mail
<hr> <div class="link-container"> - <p class="right-link">Historia Wine: <a href="{$root}/history">Dalej</a></p> + <p class="right-link">Historia Wine: + <a href="http://wiki.winehq.org/WineHistory">Dalej</a></p> </div> diff --git a/templates/pt/about.template b/templates/pt/about.template index 5c88f76..b0ee4de 100644 --- a/templates/pt/about.template +++ b/templates/pt/about.template @@ -36,10 +36,10 @@ Julliard coordena o projecto Wine, e pode ser contactado por email em <p>Também juntámos uma pequena lista de recursos para o ajudar a perceber o projecto:</p> <ul> - <li><a href="{$root}/history">História do Wine</a></li> - <li><a href="{$root}/why">Porque é que o Wine é importante</a></li> - <li><a href="{$root}/myths">Clarificação dos Mitos do Wine</a></li> - <li><a href="{$root}/wine_features">Características do Wine</a></li> + <li><a href="http://wiki.winehq.org/WineHistory">História do Wine</a></li> + <li><a href="http://wiki.winehq.org/ImportanceOfWine">Porque é que o Wine é importante</a></li> + <li><a href="http://wiki.winehq.org/Debunking_Wine_Myths">Clarificação dos Mitos do Wine</a></li> + <li><a href="http://wiki.winehq.org/WineFeatures">Características do Wine</a></li> <li><a href="{$root}/acknowledgement">Agradecimentos</a></li> <li><a href="{$root}/wwn">World Wine News</a></li> <li><a href="{$root}/interview">Entrevistas</a></li> @@ -47,5 +47,6 @@ projecto:</p>
<hr> <div class="link-container"> - <p class="right-link">História do Wine: <a href="{$root}/history">Seguinte</a></p> + <p class="right-link">História do Wine: + <a href="http://wiki.winehq.org/WineHistory">Seguinte</a></p> </div>