Merge lp:~sudopluto-deactivatedaccount/scratch/fix-help-link into lp:~elementary-apps/scratch/scratch

Proposed by Pranav Sharma
Status: Merged
Approved by: Cody Garver
Approved revision: 1541
Merged at revision: 1627
Proposed branch: lp:~sudopluto-deactivatedaccount/scratch/fix-help-link
Merge into: lp:~elementary-apps/scratch/scratch
Diff against target: 12 lines (+1/-1)
1 file modified
src/Scratch.vala (+1/-1)
To merge this branch: bzr merge lp:~sudopluto-deactivatedaccount/scratch/fix-help-link
Reviewer Review Type Date Requested Status
kay van der Zander (community) Needs Fixing
Fabian Thoma web team Needs Fixing
xapantu (community) Needs Information
Review via email: mp+267447@code.launchpad.net

Commit message

Update Help link to elementary.io URL (lp:1456733)

Description of the change

To post a comment you must log in.
Revision history for this message
xapantu (xapantu) wrote :

This needs some information from the web team, I am not sure we got the good link.

review: Needs Information
Revision history for this message
Fabian Thoma (fabianthoma) wrote :

Hey, we are currently in the progress of setting up permanent help links for the various apps on our website, from where we can either redirect or show the help site directly, without any changes to the application. For scratch this will be http://elementary.io/help/scratch when it goes live to the website.

review: Needs Fixing (web team)
Revision history for this message
Pranav Sharma (sudopluto-deactivatedaccount) wrote :

> Hey, we are currently in the progress of setting up permanent help links for
> the various apps on our website, from where we can either redirect or show the
> help site directly, without any changes to the application. For scratch this
> will be http://elementary.io/help/scratch when it goes live to the website.

Will all the apps that are affected my this bug have the same url? If so, I will update the link to that.

Revision history for this message
Jeremy Wootten (jeremywootten) wrote :

http://elementary.io/help/scratch is now live so this branch could updated and merged?

1541. By Pranav Sharma

Fixing help link so it points to elementary.io permalink

Revision history for this message
kay van der Zander (kay20) wrote :

Update branch and put unmerged commits into one commit.

review: Needs Fixing

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Scratch.vala'
2--- src/Scratch.vala 2015-12-04 13:14:11 +0000
3+++ src/Scratch.vala 2016-01-16 04:36:52 +0000
4@@ -53,7 +53,7 @@
5 application_id = "org.elementary." + app_cmd_name.down ();
6 main_url = "https://launchpad.net/scratch";
7 bug_url = "https://bugs.launchpad.net/scratch";
8- help_url = "http://elementaryos.org/answers/+/scratch/all/newest";
9+ help_url = "https://elementary.io/help/scratch";
10 translate_url = "https://translations.launchpad.net/scratch";
11 about_authors = { "Mario Guerriero <mario@elementaryos.org>",
12 "Giulio Collura <random.cpp@gmail.com>",

Subscribers

People subscribed via source and target branches