All of these links now redirect to a new GitHub user.
While the links still work, the fact that they rely on a 301 redirection means that it's possible that some of these repos could be hijacked by someone in the future.
All of these links now redirect to a new GitHub user.
I also took the liberty to fix a HTTP link to GitHub. Happy to remove that if you'd rather not mix the two fixes together.
62 | @@ -63,4 +63,4 @@ Warning 63 | Hence it is recommended to use a 64-bit executable if possible. 64 | A 64-bit executable for Windows is planned for 0.9. 65 | 66 | -Note: Gavin Andresen's GPG signing key for SHA256SUMS.asc has been changed from key id 1FC730C1 to sub key 7BF6E212 (see https://github.com/bitcoin/bitcoin.org/pull/279). 67 | +Note: Gavin Andresen's GPG signing key for SHA256SUMS.asc has been changed from key id 1FC730C1 to sub key 7BF6E212 (see https://github.com/bitcoin-dot-org/Bitcoin.org/pull/279).
Please don't modify historical release notes.
14 | @@ -15,7 +15,7 @@ m4_define([libunivalue_version], [libunivalue_major_version().libunivalue_minor_ 15 | 16 | 17 | AC_INIT([univalue], [1.0.3], 18 | - [http://github.com/jgarzik/univalue/]) 19 | + [https://github.com/jgarzik/univalue/])
You can't modify our subtrees here, if you'd like you change this link you'll need to do it upstream: https://github.com/bitcoin-core/univalue.
Ah, I had not realized these were subtrees. Thanks. I will do it in the upstream repos.
1888 | @@ -1889,7 +1889,7 @@ void gatherStabilityInformation(std::vector<std::string>& warnings, std::vector< 1889 | recommendations.emplace_back("Make sure you compile for Release"); 1890 | } 1891 | if (recommendPyPerf) { 1892 | - recommendations.emplace_back("Use 'pyperf system tune' before benchmarking. See https://github.com/vstinner/pyperf"); 1893 | + recommendations.emplace_back("Use 'pyperf system tune' before benchmarking. See https://github.com/psf/pyperf");
3 | @@ -4,10 +4,10 @@ 4 | """YouCompleteMe configuration that interprets a .clang_complete file. 5 | 6 | This module implementes the YouCompleteMe configuration API documented at: 7 | -https://github.com/Valloric/ycmd#ycm_extra_confpy-specification 8 | +https://github.com/ycm-core/ycmd#ycm_extra_confpy-specification
I apologize for the unnecessary pull request. All of this needs to be done in upstream repos.