Skip to content

Commit

Permalink
Fix YouTube URL in welcome window
Browse files Browse the repository at this point in the history
  • Loading branch information
Leoongithub authored Sep 6, 2022
1 parent 8ed8f2d commit 05a355e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/windows/welcome.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub fn build(ui: &mut egui::Ui, app: &mut App) {
});
ui.add(ResourceLink {
name: "How to Solve a 4D Rubik's Cube | Beginner's Method Tutorial",
url: "https://www.youtube.com/watch?v=yhPH1369OWc",
url: "https://www.youtube.com/watch?v=h4n_QdZGXf8",
description: "",
});
});
Expand Down

0 comments on commit 05a355e

Please sign in to comment.