summaryrefslogtreecommitdiff
path: root/src/Resources.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2026-03-09 18:19:48 +0100
committerJörg Frings-Fürst <debian@jff.email>2026-03-09 18:19:48 +0100
commitb11befe1c9ea84969ebd418e96f7209b772b58d0 (patch)
tree4cee94cb12ad4dd24253c2a111b87577f50ed80d /src/Resources.vala
parentd048b2c970f6182a2201b5ba6c29d0d155abc22b (diff)
parent8656a544ddcf098e10df1430eecb75902dbc7999 (diff)
Merge branch 'release/debian/0.32.15-1'HEADdebian/0.32.15-1master
Diffstat (limited to 'src/Resources.vala')
-rw-r--r--src/Resources.vala6
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;