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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}));