From f380791e77a552a061fdc397e0020f0c68cb7322 Mon Sep 17 00:00:00 2001 From: Victorhck Date: Thu, 10 Oct 2024 17:39:57 +0200 Subject: [PATCH 1/3] Update project URL in About.tsx --- web/src/components/core/About.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/core/About.tsx b/web/src/components/core/About.tsx index bad094d800..8d57309ce2 100644 --- a/web/src/components/core/About.tsx +++ b/web/src/components/core/About.tsx @@ -80,7 +80,7 @@ data loss.", // TRANSLATORS: content of the "About" popup (2/2) // %s is replaced by the project URL _("For more information, please visit the project's repository at %s."), - "https://github.com/openSUSE/agama", + "https://github.com/agama-project/agama", )} From 00955a3e74b253e33a1b6fb05601b13c57203d4f Mon Sep 17 00:00:00 2001 From: Victorhck Date: Thu, 10 Oct 2024 17:51:33 +0200 Subject: [PATCH 2/3] change link to project website in About.tsx --- web/src/components/core/About.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/core/About.tsx b/web/src/components/core/About.tsx index 8d57309ce2..0eacb2ce80 100644 --- a/web/src/components/core/About.tsx +++ b/web/src/components/core/About.tsx @@ -79,8 +79,8 @@ data loss.", {sprintf( // TRANSLATORS: content of the "About" popup (2/2) // %s is replaced by the project URL - _("For more information, please visit the project's repository at %s."), - "https://github.com/agama-project/agama", + _("For more information, please visit the project's page at %s."), + "https://agama-project.github.io/", )} From a234daeb9c2f009c2e4460bbdca0705de145110a Mon Sep 17 00:00:00 2001 From: Victorhck Date: Thu, 10 Oct 2024 17:58:02 +0200 Subject: [PATCH 3/3] Update agama-web-ui.changes --- web/package/agama-web-ui.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/package/agama-web-ui.changes b/web/package/agama-web-ui.changes index fab8f1b7cb..d5b43ad4c6 100644 --- a/web/package/agama-web-ui.changes +++ b/web/package/agama-web-ui.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 10 17:55:34 UTC 2024 - Victorhck + +- Update URL in About section (gh#agama-project/agama#1663). + ------------------------------------------------------------------- Thu Oct 3 10:20:34 UTC 2024 - Imobach Gonzalez Sosa