Skip to content

Commit

Permalink
Update app.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes authored Oct 3, 2024
1 parent 74dd9c9 commit 2f73773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ impl eframe::App for MyApp {
ui.label("This tool allows you to explore iterated function systems (IFS). These are mathematical structures related to fractals.");
ui.label("To start, try clicking the 'Randomize' button. Then, experiment with changing parameters or adding/deleting transforms.");

ui.hyperlink_to("See a short user guide", "https://jmbhughes.com/posts/barnsley/");
ui.hyperlink_to("See a short user guide", "https://jmbhughes.com/blog/barnsley/");
ui.hyperlink_to("See the Rust code", "https://github.com/jmbhughes/barnsley");
ui.hyperlink_to("Made by Marcus Hughes", "https://jmbhughes.com/");

Expand Down

0 comments on commit 2f73773

Please sign in to comment.