From 8bb30417506948ade89a0a689cc4681d1b017f78 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 9 Mar 2022 13:25:17 -0500 Subject: [PATCH] fix link --- src/egui_app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/egui_app.rs b/src/egui_app.rs index ebfd547..884437f 100644 --- a/src/egui_app.rs +++ b/src/egui_app.rs @@ -238,7 +238,7 @@ cfg_if::cfg_if! { const LICENSE_INFO: &str = "The AGPL license ensures that the end user, even if not hosting the program itself, is still guaranteed access to the source code of the project in question."; // The URL of the project -const PROJECT_URL: &str = "https://github.com/Titaniumtown/YTBN_graphing_software"; +const PROJECT_URL: &str = "https://github.com/Titaniumtown/YTBN-Graphing-Software"; // Stores settings struct AppSettings {