Bug 1042609 - Update WebIDE's troubleshooting URL. r=jryans

This commit is contained in:
Paul Rouget 2014-07-23 17:55:34 +02:00
Родитель ee8c9368e3
Коммит 9205646493
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -25,7 +25,7 @@ const {GetTemplatesJSON, GetAddonsJSON} = require("devtools/webide/remote-resour
const Strings = Services.strings.createBundle("chrome://webide/content/webide.properties");
const HTML = "http://www.w3.org/1999/xhtml";
const HELP_URL = "https://developer.mozilla.org/Firefox_OS/Using_the_App_Manager#Troubleshooting";
const HELP_URL = "https://developer.mozilla.org/docs/Tools/WebIDE/Troubleshooting";
// download template index early
GetTemplatesJSON(true);