aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/application.html.erb4
-rw-r--r--app/views/licenses/show.html.erb2
2 files changed, 3 insertions, 3 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 } %>
diff --git a/app/views/licenses/show.html.erb b/app/views/licenses/show.html.erb
index dc09c0d..21fd70d 100644
--- a/app/views/licenses/show.html.erb
+++ b/app/views/licenses/show.html.erb
@@ -1,6 +1,6 @@
<h3><%= t('license.title') %> <a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPLv3</a></h3>
-<p><%= t('license.at') %> <a href="https://github.com/mssola/operum"><%= t('license.here') %></a>.</p>
+<p><%= t('license.at') %> <a href="https://git.mssola.com/misc/operum"><%= t('license.here') %></a>.</p>
<blockquote>
<pre>