Skip to content

Commit f48e59d

Browse files
committed
Merge #7328: Update README.md website link
b07b103 Update project URL (BtcDrak)
2 parents 53fa09f + b07b103 commit f48e59d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bitcoin Core integration/staging tree
33

44
[![Build Status](https://travis-ci.org/bitcoin/bitcoin.svg?branch=master)](https://travis-ci.org/bitcoin/bitcoin)
55

6-
https://www.bitcoin.org
6+
https://bitcoincore.org
77

88
What is Bitcoin?
99
----------------

contrib/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Build-Depends: debhelper,
2323
libprotobuf-dev, protobuf-compiler,
2424
python
2525
Standards-Version: 3.9.2
26-
Homepage: https://www.bitcoin.org/
26+
Homepage: https://bitcoincore.org/
2727
Vcs-Git: git://github.com/bitcoin/bitcoin.git
2828
Vcs-Browser: https://github.com/bitcoin/bitcoin
2929

share/setup.nsi.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SetCompressor /SOLID lzma
77
!define REGKEY "SOFTWARE\$(^Name)"
88
!define VERSION @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@
99
!define COMPANY "Bitcoin Core project"
10-
!define URL http://www.bitcoin.org/
10+
!define URL https://bitcoincore.org/
1111

1212
# MUI Symbol Definitions
1313
!define MUI_ICON "@abs_top_srcdir@/share/pixmaps/bitcoin.ico"

0 commit comments

Comments
 (0)