update links

This commit is contained in:
Kay Faraday 2023-02-03 10:47:00 +00:00
parent 6fe10a0703
commit 3e8895a1fa
6 changed files with 9 additions and 16 deletions

View File

@ -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

View File

@ -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
·

View File

@ -138,13 +138,10 @@
</p>
<ul class="links mt-0">
<li>
<a href="https://fosstodon.org/@retrospring">Mastodon: @retrospring@fosstodon.org</a>
<a href="https://freak.university/@headmasters">Mastodon: @headmasters@freak.university</a>
</li>
<li>
<a href="https://twitter.com/Retrospring">Twitter: @Retrospring</a>
</li>
<li>
<a href="https://github.com/Retrospring/retrospring">GitHub</a>
<a href="https://lab.freak.university/FreakU/retrospring">The Computer Lab</a>
</li>
</ul>
<ul class="links">

View File

@ -138,13 +138,10 @@
</p>
<ul class="links mt-0">
<li>
<a href="https://fosstodon.org/@retrospring">Mastodon: @retrospring@fosstodon.org</a>
<a href="https://freak.university/@headmasters">Mastodon: @headmasters@freak.university</a>
</li>
<li>
<a href="https://twitter.com/Retrospring">Twitter: @Retrospring</a>
</li>
<li>
<a href="https://github.com/Retrospring/retrospring">GitHub</a>
<a href="https://lab.freak.university/FreakU/retrospring">The Computer Lab</a>
</li>
</ul>
<ul class="links">

View File

@ -79,9 +79,8 @@
<p>Sorry about that. Please try refreshing and contact us if the problem persists.</p>
</div>
<div class="links">
<a href="https://github.com/Retrospring/retrospring/issues">Bug tracker</a> &middot;
<a href="https://fosstodon.org/@retrospring">Mastodon</a> &middot;
<a href="https://twitter.com/retrospring">Twitter</a>
<a href="https://freak.university/@headmasters">Mastodon</a> &middot;
<a href="https://lab.freak.university/FreakU/retrospring/issues">Bug tracker</a>
</div>
</body>
</html>

View File

@ -44,7 +44,7 @@ describe WellKnown::NodeInfoController do
expect(parsed["software"]).to eq({
"name" => "Retrospring",
"version" => "2023.0102.1",
"repository" => "https://github.com/Retrospring/retrospring"
"repository" => "https://lab.freak.university/FreakU/retrospring"
})
end
end