mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 07:38:11 +08:00
Update links from graphite.rs to graphite.art
This commit is contained in:
@@ -20,9 +20,9 @@ impl DialogLayoutHolder for AboutGraphiteDialog {
|
||||
|
||||
fn layout_column_2(&self) -> Layout {
|
||||
let links = [
|
||||
("Heart", "Donate", "https://graphite.rs/donate/"),
|
||||
("GraphiteLogo", "Website", "https://graphite.rs"),
|
||||
("Volunteer", "Volunteer", "https://graphite.rs/volunteer/"),
|
||||
("Heart", "Donate", "https://graphite.art/donate/"),
|
||||
("GraphiteLogo", "Website", "https://graphite.art"),
|
||||
("Volunteer", "Volunteer", "https://graphite.art/volunteer/"),
|
||||
("Credits", "Credits", "https://github.com/GraphiteEditor/Graphite/graphs/contributors"),
|
||||
];
|
||||
let mut widgets = links
|
||||
|
||||
@@ -20,7 +20,7 @@ impl DialogLayoutHolder for LicensesDialog {
|
||||
let button_definitions: &[(&str, &str, fn() -> Message)] = &[
|
||||
("GraphiteLogo", "Graphite Logo", || {
|
||||
FrontendMessage::TriggerVisitLink {
|
||||
url: "https://graphite.rs/logo/".into(),
|
||||
url: "https://graphite.art/logo/".into(),
|
||||
}
|
||||
.into()
|
||||
}),
|
||||
@@ -32,7 +32,7 @@ impl DialogLayoutHolder for LicensesDialog {
|
||||
}),
|
||||
("License", "Graphite License", || {
|
||||
FrontendMessage::TriggerVisitLink {
|
||||
url: "https://graphite.rs/license/".into(),
|
||||
url: "https://graphite.art/license/".into(),
|
||||
}
|
||||
.into()
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user