Browse Source

Merge #7328: Update README.md website link

b07b103 Update project URL (BtcDrak)
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
f48e59df0a
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      README.md
  2. 2
      contrib/debian/control
  3. 2
      share/setup.nsi.in

2
README.md

@ -3,7 +3,7 @@ Bitcoin Core integration/staging tree @@ -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?
----------------

2
contrib/debian/control vendored

@ -23,7 +23,7 @@ Build-Depends: debhelper, @@ -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

2
share/setup.nsi.in

@ -7,7 +7,7 @@ SetCompressor /SOLID lzma @@ -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"

Loading…
Cancel
Save