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.
1 parent 417dea4 commit bab6603Copy full SHA for bab6603
docs/.vuepress/config.js
@@ -148,7 +148,7 @@ module.exports = {
148
},
149
{
150
text: 'Tutorials',
151
- link: '/tutorials/build_a_node_in_java'
+ link: '/tutorials/getting-started'
152
153
154
text: 'Blog',
docs/tutorials/getting-started.md
@@ -81,7 +81,8 @@ Example usage after installation is complete:
81
:::: tabs
82
::: tab "Rust"
83
```rust
84
-use lightning::chain::chaininterface::{FeeEstimator};```
+use lightning::chain::chaininterface::{FeeEstimator};
85
+```
86
:::
87
88
::: tab "Java"
0 commit comments