update links
This commit is contained in:
parent
6fe10a0703
commit
3e8895a1fa
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
·
|
·
|
||||||
|
|
|
@ -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">
|
||||||
|
|
|
@ -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">
|
||||||
|
|
|
@ -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> ·
|
<a href="https://freak.university/@headmasters">Mastodon</a> ·
|
||||||
<a href="https://fosstodon.org/@retrospring">Mastodon</a> ·
|
<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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue