Module: website Branch: master Commit: ba1c894c0bec66f77a5ae49d9f5b6e6e77a39d88 URL: http://source.winehq.org/git/website.git/?a=commit;h=ba1c894c0bec66f77a5ae49...
Author: Jeremy Newman jnewman@codeweavers.com Date: Thu Nov 12 14:56:41 2015 -0600
Fix broken Ubuntu link
Signed-off-by: Jeremy Newman jnewman@codeweavers.com
---
templates/pl/download.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/pl/download.template b/templates/pl/download.template index c22d2d7..7b3505c 100644 --- a/templates/pl/download.template +++ b/templates/pl/download.template @@ -56,10 +56,10 @@ </tr>
<tr bgcolor="#ffffff"> - <td align="center"><a href="{$root}/download/deb"> + <td align="center"><a href="{$root}/download/ubuntu"> <img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu linux" border="0"></a> </td> - <td> <b><a href="{$root}/download/deb">Pobierz paczki dla Ubuntu</a></b> + <td> <b><a href="{$root}/download/ubuntu">Pobierz paczki dla Ubuntu</a></b> - binarne i źródłowe paczki .deb dla Ubuntu</td> <td><a href="mailto:scottritchie@ubuntu.com">Scott Ritchie</a></td> </tr>