Skip to content

Commit e21bb92

Browse files
committed
Simplify GitHub link labels
1 parent 533a4f1 commit e21bb92

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

assets/i18n/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
"mvp": {
242242
"title": "Public MVP",
243243
"text": "Bering and Sheaft are available as public tools for graph discovery, simulation, verdicts and posture monitoring.",
244-
"link": "View GitHub organization"
244+
"link": "GitHub"
245245
}
246246
},
247247
"takeaway": {
@@ -344,7 +344,7 @@
344344
"description": "Research-backed tooling for model-based resilience in networked systems.",
345345
"copyright": "MB3R Lab. All rights reserved.",
346346
"links": {
347-
"github": "GitHub organization",
347+
"github": "GitHub",
348348
"docs": "Docs",
349349
"examples": "Try digital-infrastructure example"
350350
}

assets/i18n/ru.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
"mvp": {
242242
"title": "Публичный MVP",
243243
"text": "Bering и Sheaft доступны как публичные инструменты для построения графов, симуляции, оценки рисков и мониторинга состояния устойчивости.",
244-
"link": "Открыть GitHub-организацию"
244+
"link": "GitHub"
245245
}
246246
},
247247
"takeaway": {
@@ -344,7 +344,7 @@
344344
"description": "Инструменты для модельной оценки устойчивости сетевых систем, основанные на исследовательской работе.",
345345
"copyright": "MB3R Lab. Все права защищены.",
346346
"links": {
347-
"github": "GitHub-организация",
347+
"github": "GitHub",
348348
"docs": "Документация",
349349
"examples": "Запустить пример цифровой инфраструктуры"
350350
}

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ <h3 data-i18n="proof.cards.otel.title">OpenTelemetry Demo experiments</h3>
411411
<article class="proof-card">
412412
<h3 data-i18n="proof.cards.mvp.title">Public MVP</h3>
413413
<p data-i18n="proof.cards.mvp.text">Bering and Sheaft are available as public tools for graph discovery, simulation, verdicts and posture monitoring.</p>
414-
<a href="https://github.com/MB3R-Lab" target="_blank" rel="noopener noreferrer" data-i18n="proof.cards.mvp.link">View GitHub organization</a>
414+
<a href="https://github.com/MB3R-Lab" target="_blank" rel="noopener noreferrer" data-i18n="proof.cards.mvp.link">GitHub</a>
415415
</article>
416416
</div>
417417
<article class="proof-takeaway">
@@ -544,7 +544,7 @@ <h3 id="pilot-modal-title" data-i18n="modal.title">Request a pilot with MB3R Lab
544544
</p>
545545
</div>
546546
<ul class="footer-links">
547-
<li><a href="https://github.com/MB3R-Lab" target="_blank" rel="noopener noreferrer" data-i18n="footer.links.github">GitHub organization</a></li>
547+
<li><a href="https://github.com/MB3R-Lab" target="_blank" rel="noopener noreferrer" data-i18n="footer.links.github">GitHub</a></li>
548548
<li><a href="https://github.com/MB3R-Lab/Bering/blob/main/docs/install.md" target="_blank" rel="noopener noreferrer" data-i18n="footer.links.docs">Docs</a></li>
549549
<li><a href="https://github.com/MB3R-Lab/Sheaft/tree/main/examples/ci" target="_blank" rel="noopener noreferrer" data-i18n="footer.links.examples">Try digital-infrastructure example</a></li>
550550
</ul>

0 commit comments

Comments
 (0)