Skip to content

Commit a3bf2c7

Browse files
authored
Merge pull request #8486 from joaothallis/fix/link-typo
docs: fix typo and links
2 parents 7a31017 + 805c1c0 commit a3bf2c7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/MAKEFILE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Related: [`unit`](#unit)
9595

9696
`flakehunter`
9797
-------------
98-
Runs the itegration test suite endlessly until a failure is detected.
98+
Runs the integration test suite endlessly until a failure is detected.
9999

100100
Arguments:
101101
- `icase=<itestcase>`

docs/code_contribution_guidelines.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ security and performance implications.
8686
- The original LN was written for a rather narrow audience, the paper may be a bit unapproachable to many. Thanks to the Bitcoin community, there exist many easily accessible supplemental resources which can help one see how all the pieces fit together from double-spend protection all the way up to commitment state transitions and Hash Time Locked Contracts (HTLCs):
8787
- [Lightning Network Summary](https://lightning.network/lightning-network-summary.pdf)
8888
- [Understanding the Lightning Network 3-Part series](https://bitcoinmagazine.com/articles/understanding-the-lightning-network-part-building-a-bidirectional-payment-channel-1464710791)
89-
- [Deployable Lightning](https://github.com/ElementsProject/lightning/blob/master/doc/deployable-lightning.pdf)
89+
- [Deployable Lightning](https://github.com/ElementsProject/lightning/blob/master/doc/miscellaneous/deployable-lightning.pdf)
9090

9191

9292
Note that the core design of the Lightning Network has shifted over time as

docs/code_formatting_rules.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ in `lnd` to help improve the overall readability.
1616

1717
Blocks of code within `lnd` should be segmented into logical stanzas of
1818
operation. Such spacing makes the code easier to follow at a skim, and reduces
19-
unnecessary line noise. Coupled with the commenting scheme specified above,
19+
unnecessary line noise. Coupled with the commenting scheme specified in the
20+
[contribution guide](./code_contribution_guidelines.md#code-documentation-and-commenting),
2021
proper spacing allows readers to quickly scan code, extracting semantics quickly.
2122
Functions should _not_ just be laid out as a bare contiguous block of code.
2223

0 commit comments

Comments
 (0)