Merge lp:~computergeoffrey/pantheon-photos/master into lp:~pantheon-photos/pantheon-photos/trunk

Proposed by Geoffrey De Belie
Status: Merged
Approved by: Corentin Noël
Approved revision: 3058
Merged at revision: 3058
Proposed branch: lp:~computergeoffrey/pantheon-photos/master
Merge into: lp:~pantheon-photos/pantheon-photos/trunk
Diff against target: 19 lines (+3/-3)
1 file modified
src/Resources.vala (+3/-3)
To merge this branch: bzr merge lp:~computergeoffrey/pantheon-photos/master
Reviewer Review Type Date Requested Status
Photos Devs Pending
Review via email: mp+311200@code.launchpad.net

Commit message

Fix URLs in Resources.vala

Description of the change

Fixed three invalid links. The links point to valid locations again when this commit is applied.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Resources.vala' (properties changed: -x to +x)
2--- src/Resources.vala 2016-09-20 02:34:17 +0000
3+++ src/Resources.vala 2016-11-17 18:55:06 +0000
4@@ -22,12 +22,12 @@
5 public const string APP_GETTEXT_PACKAGE = GETTEXT_PACKAGE;
6
7 public const string YORBA_URL = "http://www.yorba.org";
8-public const string WIKI_URL = "http://redmine.yorba.org/projects/shotwell/wiki/Shotwell";
9-public const string FAQ_URL = "http://redmine.yorba.org/projects/shotwell/wiki/ShotwellFAQ";
10+public const string WIKI_URL = "https://wiki.gnome.org/Apps/Shotwell";
11+public const string FAQ_URL = "https://wiki.gnome.org/Apps/Shotwell/FAQ";
12 public const string PROJECT_URL = "https://launchpad.net/pantheon-photos";
13 public const string BUG_DB_URL = "https://bugs.launchpad.net/pantheon-photos";
14 public const string TRANSLATE_URL = "https://translations.launchpad.net/pantheon-photos";
15-public const string HELP_URL = "http://elementaryos.org/answers/+/shotwell/all/newest";
16+public const string HELP_URL = "https://elementaryos.stackexchange.com/questions/tagged/photos";
17 public const string DIR_PATTERN_URI_SYSWIDE = "ghelp:shotwell?other-files";
18
19 private const string LIB = _LIB;

Subscribers

People subscribed via source and target branches