update links
This commit is contained in:
parent
6fe10a0703
commit
3e8895a1fa
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
·
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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> ·
|
||||
<a href="https://fosstodon.org/@retrospring">Mastodon</a> ·
|
||||
<a href="https://twitter.com/retrospring">Twitter</a>
|
||||
<a href="https://freak.university/@headmasters">Mastodon</a> ·
|
||||
<a href="https://lab.freak.university/FreakU/retrospring/issues">Bug tracker</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue