diff options
Diffstat (limited to 'app/views/layouts')
| -rw-r--r-- | app/views/layouts/application.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 39661ec..2205d26 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -11,7 +11,7 @@ <% else %> <meta property="og:locale" content="en_US" /> <% end %> - <meta property="og:url" content="https://github.com/mssola/operum" /> + <meta property="og:url" content="https://git.mssola.com/misc/operum" /> <meta property="og:title" content="<%= ENV.fetch('OPERUM_BASE_TITLE', 'Operum') %>" /> <meta property="og:description" content="<%= I18n.t('meta.description') %>" /> @@ -88,7 +88,7 @@ <p> <%= I18n.t('layout.created-by') %> <a href="http://jo.mssola.com/">Miquel Sabaté Solà</a> <br> - <%= I18n.t('layout.this-page-license') %> <a href="/license">AGPLv3</a> (<a href="https://github.com/mssola/operum"><%= I18n.t('layout.source-code') %></a>) + <%= I18n.t('layout.this-page-license') %> <a href="/license">AGPLv3</a> (<a href="https://git.mssola.com/misc/operum"><%= I18n.t('layout.source-code') %></a>) <% if current_user %> <br> <%= link_to I18n.t('sessions.sign-out'), sessions_path, data: { turbo_method: :delete } %> |
