Skip to content

Commit bab6603

Browse files
author
Conor Okus
committed
Point tutorials link at getting started page
1 parent 417dea4 commit bab6603

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ module.exports = {
148148
},
149149
{
150150
text: 'Tutorials',
151-
link: '/tutorials/build_a_node_in_java'
151+
link: '/tutorials/getting-started'
152152
},
153153
{
154154
text: 'Blog',

docs/tutorials/getting-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ Example usage after installation is complete:
8181
:::: tabs
8282
::: tab "Rust"
8383
```rust
84-
use lightning::chain::chaininterface::{FeeEstimator};```
84+
use lightning::chain::chaininterface::{FeeEstimator};
85+
```
8586
:::
8687

8788
::: tab "Java"

0 commit comments

Comments
 (0)