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 diff --git a/web/src/components/core/About.tsx b/web/src/components/core/About.tsx index bad094d800..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/openSUSE/agama", + _("For more information, please visit the project's page at %s."), + "https://agama-project.github.io/", )}