Skip to content

Commit 95f0af5

Browse files
committed
Merge pull request #3951
3cb1edb Update moved and dead links (Luke Dashjr)
2 parents f284b59 + 3cb1edb commit 95f0af5

File tree

6 files changed

+8
-11
lines changed

6 files changed

+8
-11
lines changed

doc/assets-attribution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ Everaldo (Everaldo Coelho)
7878
### Assets Used
7979
scripts/img/reload.xcf (modified), src/qt/res/movies/*.png
8080

81-
[Vignoni David](http://www.oxygen-icons.org)
81+
[Vignoni David](http://techbase.kde.org/Projects/Oxygen)
8282
-----------------------
8383

8484
### Info
8585
* Designer: Vignoni David
8686
* License: Oxygen icon theme is dual licensed. You may copy it under the Creative Common Attribution-ShareAlike 3.0 License or the GNU Library General Public License.
87-
* Site: [http://www.oxygen-icons.org](http://www.oxygen-icons.org)
87+
* Site: [http://techbase.kde.org/Projects/Oxygen](http://techbase.kde.org/Projects/Oxygen)
8888

8989
### Assets Used
9090
src/qt/res/icons/debugwindow.png

doc/translation_process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ We are using https://transifex.com as a frontend for translating the client.
7070

7171
https://www.transifex.com/projects/p/bitcoin/resource/tx/
7272

73-
The "Transifex client" (see: http://help.transifex.com/features/client/)
73+
The "Transifex client" (see: http://support.transifex.com/customer/portal/topics/440187-transifex-client/articles)
7474
will help with fetching new translations from Transifex. Use the following
7575
config to be able to connect with the client:
7676

src/keystore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class CKeyStore
3232
virtual void GetKeys(std::set<CKeyID> &setAddress) const =0;
3333
virtual bool GetPubKey(const CKeyID &address, CPubKey& vchPubKeyOut) const;
3434

35-
// Support for BIP 0013 : see https://en.bitcoin.it/wiki/BIP_0013
35+
// Support for BIP 0013 : see https://github.com/bitcoin/bips/blob/master/bip-0013.mediawiki
3636
virtual bool AddCScript(const CScript& redeemScript) =0;
3737
virtual bool HaveCScript(const CScriptID &hash) const =0;
3838
virtual bool GetCScript(const CScriptID &hash, CScript& redeemScriptOut) const =0;

src/rpcprotocol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ int ReadHTTPMessage(std::basic_istream<char>& stream, map<string,
221221
// unspecified (HTTP errors and contents of 'error').
222222
//
223223
// 1.0 spec: http://json-rpc.org/wiki/specification
224-
// 1.2 spec: http://groups.google.com/group/json-rpc/web/json-rpc-over-http
224+
// 1.2 spec: http://jsonrpc.org/historical/json-rpc-over-http.html
225225
// http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx
226226
//
227227

src/test/bignum_tests.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,8 @@ BOOST_AUTO_TEST_SUITE(bignum_tests)
3939
// stack buffer overruns.
4040
//
4141
// For more accurate diagnostics, you can use an undefined arithmetic operation
42-
// detector such as the clang-based tool:
43-
//
44-
// "IOC: An Integer Overflow Checker for C/C++"
45-
//
46-
// Available at: http://embed.cs.utah.edu/ioc/
42+
// detector such as the clang's undefined behaviour checker.
43+
// See also: http://clang.llvm.org/docs/UsersManual.html#controlling-code-generation
4744
//
4845
// It might also be useful to use Google's AddressSanitizer to detect
4946
// stack buffer overruns, which valgrind can't currently detect.

src/test/netbase_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ BOOST_AUTO_TEST_CASE(netbase_lookupnumeric)
9393

9494
BOOST_AUTO_TEST_CASE(onioncat_test)
9595
{
96-
// values from http://www.cypherpunk.at/onioncat/wiki/OnionCat
96+
// values from https://web.archive.org/web/20121122003543/http://www.cypherpunk.at/onioncat/wiki/OnionCat
9797
CNetAddr addr1("5wyqrzbvrdsumnok.onion");
9898
CNetAddr addr2("FD87:D87E:EB43:edb1:8e4:3588:e546:35ca");
9999
BOOST_CHECK(addr1 == addr2);

0 commit comments

Comments
 (0)