diff options
Diffstat (limited to 'src/templates/layout.html.erb')
| -rw-r--r-- | src/templates/layout.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/layout.html.erb b/src/templates/layout.html.erb index 8070fa9..6e5a279 100644 --- a/src/templates/layout.html.erb +++ b/src/templates/layout.html.erb @@ -58,9 +58,9 @@ <footer> <% if current_lang == 'ca' %> - Aquesta pàgina és Programari Lliure i està sota la llicència <a href="<%= url_for('license.html') %>">AGPLv3</a> (<a href="https://github.com/mssola/jo.mssola.com">codi font</a>). + Aquesta pàgina és Programari Lliure i està sota la llicència <a href="<%= url_for('license.html') %>">AGPLv3</a> (<a href="https://git.mssola.com/misc/jo.mssola.com">codi font</a>). <% else %> - This site is free software and it's under the <a href="<%= url_for('en/license.html') %>">AGPLv3</a> license (<a href="https://github.com/mssola/jo.mssola.com">source code</a>). + This site is free software and it's under the <a href="<%= url_for('en/license.html') %>">AGPLv3</a> license (<a href="https://git.mssola.com/misc/jo.mssola.com">source code</a>). <% end %> </footer> </body> |
