diff options
author | varac <varacanero@zeromail.org> | 2016-04-01 20:35:53 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-04-01 20:39:20 +0200 |
commit | 6f441494fb35a5bb01445bf9cd65cf250aa13bf9 (patch) | |
tree | e37c8907c5f3cf63b6504c8e5025413254fa7283 /pages | |
parent | 27373fdd7817841a2d8cc43be474e5cde3aab7ca (diff) |
Fixed webirc link
http://irc.lc/freenode/leap was not working anymore,
we now use https://kiwiirc.com/client/irc.kiwiirc.com/?nick=guest?#leap
- Resolves: #
Diffstat (limited to 'pages')
-rw-r--r-- | pages/en.html.haml | 2 | ||||
-rw-r--r-- | pages/es.html.haml | 2 | ||||
-rw-r--r-- | pages/inc/en.haml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pages/en.html.haml b/pages/en.html.haml index 51a50e6..99193ed 100644 --- a/pages/en.html.haml +++ b/pages/en.html.haml @@ -17,7 +17,7 @@ .col-xs-4.text-left %span %i.fa.fa-2x.fa-comments - = link('#leap' => 'http://irc.lc/freenode/leap') + = link('#leap' => 'https://kiwiirc.com/client/irc.kiwiirc.com/?nick=guest?#leap') .row.p .col-sm-4 diff --git a/pages/es.html.haml b/pages/es.html.haml index a7eac78..484d7a9 100644 --- a/pages/es.html.haml +++ b/pages/es.html.haml @@ -20,7 +20,7 @@ .col-xs-4.text-left %span %i.fa.fa-2x.fa-comments - = link('#leap' => 'http://irc.lc/freenode/leap') + = link('#leap' => 'https://kiwiirc.com/client/irc.kiwiirc.com/?nick=guest?#leap') .row.p .col-sm-4 diff --git a/pages/inc/en.haml b/pages/inc/en.haml index 0e7dfcb..da3594b 100644 --- a/pages/inc/en.haml +++ b/pages/inc/en.haml @@ -11,7 +11,7 @@ <a href='mailto:discuss-subscribe@leap.se'>discuss-subscribe@leap.se</a> %span.blue %i.fa.fa-2x.fa-comments - = link('#leap' => 'http://irc.lc/freenode/leap') + = link('#leap' => 'https://kiwiirc.com/client/irc.kiwiirc.com/?nick=guest?#leap') .row-fluid.p .span4 |