diff options
Diffstat (limited to 'templates/public/index.html')
-rw-r--r-- | templates/public/index.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index 504f32ed..444d2908 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -197,26 +197,26 @@ donate button would go here <div id="arch-sponsors" class="widget"> - <a href="http://gnuchile.org"> - <img src="{{ STATIC_URL }}gnuchile.png" - alt="GNU Chile - Donates the .org domain" - title="GNU Chile - Donates the .org domain" /> + <a href="http://gnuchile.cl"> + <img src="{{ STATIC_URL }}gnuchile.png" + alt="GNU Chile - Donates the .org domain" + title="GNU Chile - Donates the .org domain" /> </a> - <a href="http://venenux.org"> <img src="{{ STATIC_URL }}venenux.png" - alt="Venenux GNU/Linux - Donates the repo, wiki and lists hosting" - title="Venenux GNU/Linux - Donates the repo, wiki and lists hosting" /> - </a> + alt="Venenux GNU/Linux - Donates the repo, wiki and lists hosting" + title="Venenux GNU/Linux - Donates the repo, wiki and lists hosting" /> - <img src="{{ STATIC_URL }}naltu.png" - alt="Naltú - Donates the website, bugs, projects and ABSLibre hosting" - title="Naltú - Donates the website, bugs, projects and ABSLibre hosting" /> + <a href="http://naltu.com"> + <img src="{{ STATIC_URL }}naltu.png" + alt="Naltú - Donates the website, bugs, projects and ABSLibre hosting" + title="Naltú - Donates the website, bugs, projects and ABSLibre hosting" /> + </a> <a href="http://freedomincluded.com"> - <img src="{{ STATIC_URL }}freedomincluded.png" - alt="Freedom Included - Donated Lemote Yeeloongs to port Parabola to the MIPS architecture" - title="Freedom Included - Donated Lemote Yeeloongs to port Parabola to the MIPS architecture" /> + <img src="{{ STATIC_URL }}freedomincluded.png" + alt="Freedom Included - Donated Lemote Yeeloongs to port Parabola to the MIPS architecture" + title="Freedom Included - Donated Lemote Yeeloongs to port Parabola to the MIPS architecture" /> </a> </div> |