Skip to content

Commit f21eada

Browse files
authored
Merge pull request #47 from jkczyz/2022-06-fix-broken-link
Fix broken Java guide link
2 parents 0b5129e + 0afc485 commit f21eada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ abstract classes. However, as Swift does not allow abstract classes, and using p
1313
would shift both implementation and boilerplate burden on developers, I instead recommend
1414
an override pattern, which I will describe in the next step.
1515

16-
This guide is essentially a conversion of the [Java guide](https://lightningdevkit.org/docs/build_node)
16+
This guide is essentially a conversion of the [Java guide](https://lightningdevkit.org/tutorials/build_a_node_in_java)
1717
for Swift.
1818

1919
## Phase 1: Trait Overrides

0 commit comments

Comments
 (0)