Skip to content

Commit 37177aa

Browse files
committed
Merge #719: About page: link to all contributors, not just recent
69d6c9a About page: link to all contributors, not just recent (David A. Harding) Pull request description: Closes #718 This creates a new link definition, rather than changing the old one, because the old one is used in two translations. ACKs for top commit: jnewbery: utACK 69d6c9a Tree-SHA512: 5c2fda25467f82ccdd942028d318c41bf13650e8411f19bc069781993c589830f80961104b4df3820ffb8a41b228f32fea2bd22f8aed1a54db524ab76487e33d
2 parents 524ec0b + 69d6c9a commit 37177aa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_includes/references.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
[sipa-key]: https://pgp.mit.edu/pks/lookup?op=get&search=0x133EAC179436F14A5CF1B794860FEB804E669320
132132

133133
[recent-contributors]: https://github.com/bitcoin/bitcoin/graphs/contributors?from=2017-03-01
134+
[github-contributors]: https://github.com/bitcoin/bitcoin/graphs/contributors
134135

135136
[website-issues]: https://github.com/bitcoin-core/bitcoincore.org/issues
136137

_posts/en/pages/2016-01-01-about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permalink: /en/about/
55
type: pages
66
layout: page
77
lang: en
8-
version: 2
8+
version: 3
99
redirect_from:
1010
- /zh_TW/about/
1111
- /en/team/
@@ -35,6 +35,6 @@ Project maintainers have commit access and are responsible for merging patches f
3535
Everyone is free to propose code changes and to test, review and comment on open Pull Requests.
3636
Anyone who contributes code, review, test, translation or documentation to the Bitcoin Core project is considered a contributor.
3737
The release notes for each Bitcoin Core software release contain a credits section to recognize all those who have contributed to the project over the previous release cycle.
38-
A list of code contributors for the last year can be found on [Github][recent-contributors].
38+
A list of code contributors can be found on [Github][github-contributors].
3939

4040
{% include references.md %}

0 commit comments

Comments
 (0)