We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b5129e + 0afc485 commit f21eadaCopy full SHA for f21eada
docs/setup.md
@@ -13,7 +13,7 @@ abstract classes. However, as Swift does not allow abstract classes, and using p
13
would shift both implementation and boilerplate burden on developers, I instead recommend
14
an override pattern, which I will describe in the next step.
15
16
-This guide is essentially a conversion of the [Java guide](https://lightningdevkit.org/docs/build_node)
+This guide is essentially a conversion of the [Java guide](https://lightningdevkit.org/tutorials/build_a_node_in_java)
17
for Swift.
18
19
## Phase 1: Trait Overrides
0 commit comments