fix(stats-site): correct gitea repo URL bergabruh → bergamot

Source-of-truth gitea repo lives at bergamot/stats-gateway, not
bergabruh/stats-gateway (404). Fixes user-facing dashboard footer
+ about page links.

Note: Go module path 'gitea.projectshitpost.fun/bergabruh/...' is
still wrong but rename touches every import + protobuf — separate
refactor PR.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
BergaBruh
2026-05-09 02:51:22 +05:00
parent 731b60863a
commit 1245c6eb43
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
<section class="meta"> <section class="meta">
<p id="generated-at">Snapshot age: <span data-bind="age"></span></p> <p id="generated-at">Snapshot age: <span data-bind="age"></span></p>
<p>Probes: HTTP HEAD, TCP RTT, DNS resolve, TLS handshake.</p> <p>Probes: HTTP HEAD, TCP RTT, DNS resolve, TLS handshake.</p>
<p>Источник: <a href="https://gitea.projectshitpost.fun/bergabruh/stats-gateway">stats-gateway</a> (open-source).</p> <p>Источник: <a href="https://gitea.projectshitpost.fun/bergamot/stats-gateway">stats-gateway</a> (open-source).</p>
</section> </section>
<nav class="footer-nav"> <nav class="footer-nav">
+1 -1
View File
@@ -18,7 +18,7 @@
<p>Цель — мониторить деградации latency/throughput для собственного <p>Цель — мониторить деградации latency/throughput для собственного
использования. API сервиса описан в использования. API сервиса описан в
<a href="https://gitea.projectshitpost.fun/bergabruh/stats-gateway">stats-gateway</a>.</p> <a href="https://gitea.projectshitpost.fun/bergamot/stats-gateway">stats-gateway</a>.</p>
<p><a href="/">← Назад</a></p> <p><a href="/">← Назад</a></p>
</main> </main>