diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-09-08 18:07:07 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-09-08 18:07:07 +0200 |
| commit | 9b9e2f1748c8d6df4ecf7a8710bf8dadb3e200aa (patch) | |
| tree | 468fc8645dfb00f9a32294ff6df8d482e3ec5ea6 | |
| parent | Merge branch 'master' of https://github.com/bitcoin/bitcoin (diff) | |
| download | discoin-9b9e2f1748c8d6df4ecf7a8710bf8dadb3e200aa.tar.xz discoin-9b9e2f1748c8d6df4ecf7a8710bf8dadb3e200aa.zip | |
http -> https
| -rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst index b9485f4d1..e5d1f8285 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ Bitcoin-qt: Qt4 based GUI replacement for Bitcoin Features ======== -- All functionality of the original client, including wallet encryption +- All functionality of the Wx GUI, including wallet encryption - Compatibility with Linux (both GNOME and KDE), MacOSX and Windows @@ -75,8 +75,8 @@ Windows build instructions: - Open the .pro file in QT creator and build as normal (ctrl-B) .. _`QT Windows SDK`: http://qt.nokia.com/downloads/sdk-windows-cpp -.. _`dependencies archive`: http://download.visucore.com/bitcoin/qtgui_deps_1.zip -.. [#] PGP signature: http://download.visucore.com/bitcoin/qtgui_deps_1.zip.sig (signed with RSA key ID `610945D0`_) +.. _`dependencies archive`: https://download.visucore.com/bitcoin/qtgui_deps_1.zip +.. [#] PGP signature: https://download.visucore.com/bitcoin/qtgui_deps_1.zip.sig (signed with RSA key ID `610945D0`_) .. _`610945D0`: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x610945D0 Build configuration options |