Skip to content

Commit 15d8ff7

Browse files
authored
Merge pull request #168 from lightninglabs/fix-tour-link
tour: fix walkthrough link
2 parents 4cb0f1c + ce324fd commit 15d8ff7

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)