Skip to content

Commit 21520ff

Browse files
committed
Update Rakefile and useful links
1 parent fb81c17 commit 21520ff

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ COMPONENTS = DESIRED_COMPONENTS.map(&:downcase).freeze
5858
# Characters or words we want removed after the prefix can go into this array.
5959
UNDESIRED_PR_TITLE_WORDS = %w(- _).freeze
6060

61-
GITHUB_API_URL = 'https://api.github.com/repos/bitcoin/bitcoin/pulls'
61+
GITHUB_API_URL = 'https://api.github.com/repos/lightningdevkit/rust-lightning/pulls'
6262
HTTP_SUCCESS = '200'
6363
HTTP_NOTFOUND = '404'
6464
HTTP_ERRORS = [
@@ -198,7 +198,7 @@ def create_post_file!(filename, response, date, host)
198198
line.puts "<!-- TODO: Before meeting, add notes and questions"
199199
line.puts "## Notes\n\n"
200200
line.puts "## Questions"
201-
line.puts "1. Did you review the PR? [Concept ACK, approach ACK, tested ACK, or NACK](https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md#peer-review)?"
201+
line.puts "1. Did you review the PR? [Concept ACK, approach ACK, tested ACK, or NACK](https://github.com/lightningdevkit/rust-lightning/blob/master/CONTRIBUTING.md#peer-review)?"
202202
line.puts "-->\n\n\n"
203203
line.puts "-->"
204204
end

_includes/references.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% comment %}<!-- reused (or likely to be reused) external links, alphabetical order -->{% endcomment %}
2-
{% assign bips = 'https://github.com/bitcoin/bips/' %}
3-
[bips]: {{bips}}
4-
{% assign bitcoin_core = 'https://github.com/bitcoin/bitcoin' %}
5-
[bitcoin_core]: {{bitcoin_core}}
6-
{% assign libsecp256k1 = 'https://github.com/bitcoin-core/secp256k1' %}
7-
[libsecp256k1]: {{libsecp256k1}}
2+
{% assign blips = 'https://github.com/lightning/blips/' %}
3+
[blips]: {{blips}}
4+
{% assign bolts = 'https://github.com/lightning/bolts/' %}
5+
[bolts]: {{bolts}}
6+
{% assign rust_lightning = 'https://github.com/lightningdevkit/rust-lightning/' %}
7+
[rust_lightning]: {{rust-lightning}}

0 commit comments

Comments
 (0)