Skip to content
Snippets Groups Projects
Commit 5865d3a8 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix link in Failure page.

Point it now to Github instead of Sencha forums.
parent 3fc76389
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ Ext.define('Docs.controller.Failure', {
"<p>{msg}</p>",
"<p>Maybe it was renamed to something else? Or maybe your internet connection has failed? ",
"This would be sad. Hopefully it's just a bug on our side. ",
"Report it to <a href='http://www.sencha.com/forum/showthread.php?135036'>Sencha Forum</a> if you feel so.</p>",
"Report it to <a href='https://github.com/senchalabs/jsduck/issues'>JSDuck issue tracker</a> if you feel so.</p>",
"<p>Sorry for all this :(</p>"
);
Ext.getCmp("failure").update(tpl.apply({msg: msg}));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment