-
Notifications
You must be signed in to change notification settings - Fork 38.3k
doc: Remove Reference Links #19582 #19639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
-BEGIN VERIFY SCRIPT- sed -i '/https:\/\/bitcoin.org\/en\/developer-reference/d' ./src/protocol.h -END VERIFY SCRIPT-
f988cec to
334de75
Compare
|
Force pushed to amend the commit message to include a newline before the scripted diff. Not having this newline was causing travis-ci linter to fail. Now the travis build is failing and I'm not sure why. |
|
Looks good to me. Checked that |
|
ACK 334de75 |
334de75 scripted-diff: Remove Reference Links (Robert) Pull request description: Removed all reference links. Found this issue from bitcoin#19582. The decision to remove links instead of update them was made in bitcoin#19584 The author of that PR was slow to resolve his commit to use scripted diff so I made this PR instead. ACKs for top commit: laanwj: ACK 334de75 MarcoFalke: ACK 334de75 Tree-SHA512: a337116379912b27974867bd86ec7799a1d41d67b51771885467fbe1be003b415cb37ce8e521568bf3eae190ab2f6af0d6e29fd3ea25f2689b8fb31def8fec96
334de75 scripted-diff: Remove Reference Links (Robert) Pull request description: Removed all reference links. Found this issue from bitcoin#19582. The decision to remove links instead of update them was made in bitcoin#19584 The author of that PR was slow to resolve his commit to use scripted diff so I made this PR instead. ACKs for top commit: laanwj: ACK 334de75 MarcoFalke: ACK 334de75 Tree-SHA512: a337116379912b27974867bd86ec7799a1d41d67b51771885467fbe1be003b415cb37ce8e521568bf3eae190ab2f6af0d6e29fd3ea25f2689b8fb31def8fec96
334de75 scripted-diff: Remove Reference Links (Robert) Pull request description: Removed all reference links. Found this issue from bitcoin#19582. The decision to remove links instead of update them was made in bitcoin#19584 The author of that PR was slow to resolve his commit to use scripted diff so I made this PR instead. ACKs for top commit: laanwj: ACK 334de75 MarcoFalke: ACK 334de75 Tree-SHA512: a337116379912b27974867bd86ec7799a1d41d67b51771885467fbe1be003b415cb37ce8e521568bf3eae190ab2f6af0d6e29fd3ea25f2689b8fb31def8fec96
334de75 scripted-diff: Remove Reference Links (Robert) Pull request description: Removed all reference links. Found this issue from bitcoin#19582. The decision to remove links instead of update them was made in bitcoin#19584 The author of that PR was slow to resolve his commit to use scripted diff so I made this PR instead. ACKs for top commit: laanwj: ACK 334de75 MarcoFalke: ACK 334de75 Tree-SHA512: a337116379912b27974867bd86ec7799a1d41d67b51771885467fbe1be003b415cb37ce8e521568bf3eae190ab2f6af0d6e29fd3ea25f2689b8fb31def8fec96
334de75 scripted-diff: Remove Reference Links (Robert) Pull request description: Removed all reference links. Found this issue from bitcoin#19582. The decision to remove links instead of update them was made in bitcoin#19584 The author of that PR was slow to resolve his commit to use scripted diff so I made this PR instead. ACKs for top commit: laanwj: ACK 334de75 MarcoFalke: ACK 334de75 Tree-SHA512: a337116379912b27974867bd86ec7799a1d41d67b51771885467fbe1be003b415cb37ce8e521568bf3eae190ab2f6af0d6e29fd3ea25f2689b8fb31def8fec96
334de75 scripted-diff: Remove Reference Links (Robert) Pull request description: Removed all reference links. Found this issue from bitcoin#19582. The decision to remove links instead of update them was made in bitcoin#19584 The author of that PR was slow to resolve his commit to use scripted diff so I made this PR instead. ACKs for top commit: laanwj: ACK 334de75 MarcoFalke: ACK 334de75 Tree-SHA512: a337116379912b27974867bd86ec7799a1d41d67b51771885467fbe1be003b415cb37ce8e521568bf3eae190ab2f6af0d6e29fd3ea25f2689b8fb31def8fec96
334de75 scripted-diff: Remove Reference Links (Robert) Pull request description: Removed all reference links. Found this issue from bitcoin#19582. The decision to remove links instead of update them was made in bitcoin#19584 The author of that PR was slow to resolve his commit to use scripted diff so I made this PR instead. ACKs for top commit: laanwj: ACK 334de75 MarcoFalke: ACK 334de75 Tree-SHA512: a337116379912b27974867bd86ec7799a1d41d67b51771885467fbe1be003b415cb37ce8e521568bf3eae190ab2f6af0d6e29fd3ea25f2689b8fb31def8fec96
Summary: The links are no longer good, and Core decided to remove them rather than update them. > -BEGIN VERIFY SCRIPT- > sed -i '/https:\/\/bitcoin.org\/en\/developer-reference/d' ./src/protocol.h > -END VERIFY SCRIPT- This is a backport of [[bitcoin/bitcoin#19639 | core#19639]] Test Plan: self-review (low risk of accidental change, as there was no conflict and no linter action) Reviewers: #bitcoin_abc, majcosta Reviewed By: #bitcoin_abc, majcosta Differential Revision: https://reviews.bitcoinabc.org/D10052
Removed all reference links.
Found this issue from #19582.
The decision to remove links instead of update them was made in #19584
The author of that PR was slow to resolve his commit to use scripted diff so I made this PR instead.