Skip to content

Commit ce324fd

Browse files
committed
tour: fix walkthrough link
1 parent 4cb0f1c commit ce324fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/tour/WelcomeStep.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const WelcomeStep: React.FC<ReactourStepContentArgs> = props => {
5151
<p>
5252
{l('walkthrough1')}{' '}
5353
<a
54-
href="https://github.com/lightninglabs/lightning-terminal/doc/WALKTHROUGH.md"
54+
href="https://docs.lightning.engineering/intermediate-get-lit/walkthrough"
5555
target="_blank"
5656
rel="noopener noreferrer"
5757
>

0 commit comments

Comments
 (0)