diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2026-03-08 11:11:41 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2026-03-08 11:11:41 +0100 |
| commit | 360a72d4363f513a3acaebb084ab39fe3ff22832 (patch) | |
| tree | b3d41d58cbb1d52e3871e40258539ac760cd265e /src/Resources.vala | |
| parent | fa4d70ea3101f5a70b33977ba9b7673ddfb36762 (diff) | |
| parent | 1ef9b86df1cca6dde71529f03b66407953d000c9 (diff) | |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'src/Resources.vala')
| -rw-r--r-- | src/Resources.vala | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Resources.vala b/src/Resources.vala index 0bd8512..a99a210 100644 --- a/src/Resources.vala +++ b/src/Resources.vala @@ -15,9 +15,9 @@ namespace Resources { public const string COPYRIGHT = _("Copyright 2016 Software Freedom Conservancy Inc."); public const string APP_GETTEXT_PACKAGE = GETTEXT_PACKAGE; - public const string HOME_URL = "https://wiki.gnome.org/Apps/Shotwell"; - public const string FAQ_URL = "https://wiki.gnome.org/Apps/Shotwell/FAQ"; - public const string BUG_DB_URL = "https://wiki.gnome.org/Apps/Shotwell/ReportingABug"; + public const string HOME_URL = "https://shotwell-project.org"; + public const string FAQ_URL = "https://gitlab.gnome.org/GNOME/shotwell/-/wikis/Frequently-Asked-Questions"; + public const string BUG_DB_URL = "https://gitlab.gnome.org/GNOME/shotwell/issues"; public const string DIR_PATTERN_URI_SYSWIDE = "help:shotwell/other-files"; private const string LIB = _LIB; |
