Skip to content

Commit

Permalink
fix(launchpad): update getting-started link
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Jun 4, 2024
1 parent 4d4cefc commit 3c928a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node-launchpad/src/components/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ impl Component for HelpPopUp {
f.render_widget(line1.fg(GHOST_WHITE), layer_one[1]);
let link1 = Hyperlink::new(
Span::styled(
" https://docs.autonomi.com/getstarted",
" https://docs.autonomi.com/getting-started",
Style::default().fg(VIVID_SKY_BLUE),
),
"https://docs.autonomi.com/getstarted",
"https://docs.autonomi.com/getting-started",
);
f.render_widget_ref(link1, layer_one[2]);

Expand Down

0 comments on commit 3c928a7

Please sign in to comment.