From 3e8895a1fad2dfbeaf62479c99b5cc0fac5406e4 Mon Sep 17 00:00:00 2001
From: Kay Faraday
Date: Fri, 3 Feb 2023 10:47:00 +0000
Subject: [PATCH] update links
---
app/controllers/well_known/node_info_controller.rb | 2 +-
app/views/shared/_links.html.haml | 2 +-
public/422.html | 7 ++-----
public/500.html | 7 ++-----
public/502.html | 5 ++---
spec/controllers/well_known/node_info_controller_spec.rb | 2 +-
6 files changed, 9 insertions(+), 16 deletions(-)
diff --git a/app/controllers/well_known/node_info_controller.rb b/app/controllers/well_known/node_info_controller.rb
index 6633b137..8d6771bb 100644
--- a/app/controllers/well_known/node_info_controller.rb
+++ b/app/controllers/well_known/node_info_controller.rb
@@ -36,7 +36,7 @@ class WellKnown::NodeInfoController < ApplicationController
{
name: "Retrospring",
version: Retrospring::Version.to_s,
- repository: "https://github.com/Retrospring/retrospring"
+ repository: "https://lab.freak.university/FreakU/retrospring"
}
end
diff --git a/app/views/shared/_links.html.haml b/app/views/shared/_links.html.haml
index c330142b..814b291e 100644
--- a/app/views/shared/_links.html.haml
+++ b/app/views/shared/_links.html.haml
@@ -5,7 +5,7 @@
·
= link_to t(".about"), about_path
·
- = link_to t(".source"), "https://github.com/Retrospring/retrospring"
+ = link_to t(".source"), "https://lab.freak.university/FreakU/retrospring"
·
= link_to t(".terms"), terms_path
·
diff --git a/public/422.html b/public/422.html
index 9328a295..2b94d52a 100644
--- a/public/422.html
+++ b/public/422.html
@@ -138,13 +138,10 @@