Skip to content

Commit 353e34e

Browse files
committed
Link to guix.sigs repo rather than gitian sigs
Guix is now the release process, and linking to gitian is at least causing confusion, see bitcoin-core/docs#76.
1 parent e090689 commit 353e34e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_includes/templates/download.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{% assign GPG_DOWNLOAD_URL = "https://www.gnupg.org/download/index.en.html#binary" %}
2929
{% assign GPG_MACOS_DOWNLOAD_URL = "https://gpgtools.org/" %}
3030
{% assign GPG_WINDOWS_DOWNLOAD_URL = "https://gpg4win.org/download.html" %}
31-
{% assign GITIAN_REPOSITORY_URL = "https://github.com/bitcoin-core/gitian.sigs" %}
31+
{% assign GUIX_REPOSITORY_URL = "https://github.com/bitcoin-core/guix.sigs" %}
3232
{% endcapture %}
3333
<link rel="alternate" type="application/rss+xml" href="/en/releasesrss.xml" title="Bitcoin Core releases">
3434
<div class="download">
@@ -278,7 +278,7 @@ <h2 style="text-align: center">{{page.build_reproduction}}</h2>
278278
<li><p><em>{{page.verified_reproduction}}</em> {{page.independently_reproducing}}</p></li>
279279
</ul>
280280

281-
<p>{{page.verifying_and_reproducing}} <a href="{{GITIAN_REPOSITORY_URL}}">{{page.gitian_repository}}</a>.</p>
281+
<p>{{page.verifying_and_reproducing}} <a href="{{GUIX_REPOSITORY_URL}}">{{page.guix_repository}}</a>.</p>
282282
{% endif %}{% comment %}END VERSION > 1 CONTENT{% endcomment %}
283283

284284
<hr>

_posts/en/pages/2017-01-01-download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ verifying_and_reproducing: >
170170
provide you with the highest level of assurance currently available.
171171
For more information, visit the project's repository of
172172
173-
gitian_repository: "trusted build process signatures"
173+
guix_repository: "trusted build process signatures"
174174

175175
key_refresh: "Refresh expired keys using:"
176176

_posts/ja/pages/2017-01-01-download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ verifying_and_reproducing: >
119119
また、自分でバイナリを再生成することで、現在利用可能な最高レベルの保証が提供されます。
120120
詳細はプロジェクトの
121121
122-
gitian_repository: " trusted build process signaturesリポジトリを参照ください。"
122+
guix_repository: " trusted build process signaturesリポジトリを参照ください。"
123123

124124
---
125125

0 commit comments

Comments
 (0)