aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBtcDrak <btcdrak@gmail.com>2016-01-15 07:45:39 +0000
committerWladimir J. van der Laan <laanwj@gmail.com>2016-01-20 13:31:33 +0100
commit64612f182036cf18c1aef45b88fb284c11b35680 (patch)
tree3b8b44457684b87e7f2aea992e53efc770fe4ff1
parent5bb3e263e25077cd02e6f425468ad8823f0cdd7f (diff)
downloadbitcoin-64612f182036cf18c1aef45b88fb284c11b35680.tar.xz
Update project URL
Github-Pull: #7328 Rebased-From: b07b103e8af14cd3fca44dca7bc694d2c3bffcc1
-rw-r--r--README.md2
-rw-r--r--contrib/debian/control2
-rw-r--r--share/setup.nsi.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5bf56947d8..77d30db695 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Bitcoin Core integration/staging tree
[![Build Status](https://travis-ci.org/bitcoin/bitcoin.svg?branch=master)](https://travis-ci.org/bitcoin/bitcoin)
-https://www.bitcoin.org
+https://bitcoincore.org
What is Bitcoin?
----------------
diff --git a/contrib/debian/control b/contrib/debian/control
index 490b2571c3..fce6bc0118 100644
--- a/contrib/debian/control
+++ b/contrib/debian/control
@@ -23,7 +23,7 @@ Build-Depends: debhelper,
libprotobuf-dev, protobuf-compiler,
python
Standards-Version: 3.9.2
-Homepage: https://www.bitcoin.org/
+Homepage: https://bitcoincore.org/
Vcs-Git: git://github.com/bitcoin/bitcoin.git
Vcs-Browser: https://github.com/bitcoin/bitcoin
diff --git a/share/setup.nsi.in b/share/setup.nsi.in
index 6c0e895bb1..62db88c271 100644
--- a/share/setup.nsi.in
+++ b/share/setup.nsi.in
@@ -7,7 +7,7 @@ SetCompressor /SOLID lzma
!define REGKEY "SOFTWARE\$(^Name)"
!define VERSION @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@
!define COMPANY "Bitcoin Core project"
-!define URL http://www.bitcoin.org/
+!define URL https://bitcoincore.org/
# MUI Symbol Definitions
!define MUI_ICON "@abs_top_srcdir@/share/pixmaps/bitcoin.ico"