Skip to content

Commit 66a78ed

Browse files
committed
Merge #410: Fix links
3ff2a41 Fix links (BtcDrak)
2 parents a0bb501 + 3ff2a41 commit 66a78ed

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
global:
2121
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
2222

23-
# Whitelist all branches since gh-pages branch is blacklisted by default
23+
# Whitelist all branches
2424
branches:
2525
only:
2626
- master

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ Notice the remaining fields are left untranslated, however in Transifiex, you mu
5757

5858
Please be careful when translating Markdown formatting, this must be exact (including spaces). Markdown titles require a space after the header tags, e.g. `## Title`.
5959

60-
Please note that [translations.yml](https://github.com/bitcoin-core/website/blob/gh-pages/_data/translations.yml) and [navigation.yml](https://github.com/bitcoin-core/website/blob/gh-pages/_data/navigation.yml) should be translated and submitted as normal pull-requests because they are not compatible with Transifex at this time.
60+
Please note that [translations.yml](https://github.com/bitcoin-core/website/blob/master/_data/translations.yml) and [navigation.yml](https://github.com/bitcoin-core/website/blob/master/_data/navigation.yml) should be translated and submitted as normal pull-requests because they are not compatible with Transifex at this time.
6161

6262
## License
6363

6464
The code and documentation of this website are licensed under [MIT license][MIT] and all contributors agree to irrevocably license their contributions under the same license.
6565

6666
Unless specified in the header of the file, the website content in `_posts/` of this website is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License: [CC-BY-SA] and all contributors agree to irrevocably license their content under the same license.
6767

68-
[MIT]: https://github.com/bitcoin-core/website/blob/gh-pages/LICENSE
68+
[MIT]: https://github.com/bitcoin-core/website/blob/master/LICENSE
6969
[CC-BY-SA]: http://creativecommons.org/licenses/by-sa/4.0/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [bitcoincore.org](https://bitcoincore.org) [![Build Status](https://travis-ci.org/bitcoin-core/bitcoincore.org.svg?branch=gh-pages)](https://travis-ci.org/bitcoin-core/bitcoincore.org)
1+
# [bitcoincore.org](https://bitcoincore.org) [![Build Status](https://travis-ci.org/bitcoin-core/bitcoincore.org.svg?branch=master)](https://travis-ci.org/bitcoin-core/bitcoincore.org)
22

33
This repository is the source code of the Bitcoin Core project website built with Jekyll.
44

_posts/en/pages/2016-01-13-segwit-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For more information see: [segwit developer's guide](/en/segwit_wallet_dev/), [u
2323
<sup>2</sup> GreenAddress provides wallet services to TheRockTrading exchange, BitBoat and CoinBR.<br />
2424
wip: work-in-progress
2525

26-
_**To add your company or service, please submit a** [pull-request](https://github.com/bitcoin-core/bitcoincore.org/blob/gh-pages/_data/segwitsupport.csv)._
26+
_**To add your company or service, please submit a** [pull-request](https://github.com/bitcoin-core/bitcoincore.org/blob/master/_data/segwitsupport.csv)._
2727

2828
<hr>
2929

0 commit comments

Comments
 (0)