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", name: "Retrospring",
version: Retrospring::Version.to_s, version: Retrospring::Version.to_s,
repository: "https://github.com/Retrospring/retrospring" repository: "https://lab.freak.university/FreakU/retrospring"
} }
end end

View File

@ -5,7 +5,7 @@
· ·
= link_to t(".about"), about_path = 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 = link_to t(".terms"), terms_path
· ·

View File

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

View File

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

View File

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

View File

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