Changes edit helper

This commit is contained in:
Andy Tudhope 2018-10-04 23:00:46 +02:00
parent 1b5a50ffdc
commit abdaff4008
No known key found for this signature in database
GPG Key ID: 02A3DFA93BF26AD2
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ hexo.extend.helper.register('url_for_lang', function(path) {
});
hexo.extend.helper.register('raw_link', function(path) {
return 'https://github.com/status-im/nimbus.status.im/edit/develop/source/' + path;
return 'https://github.com/status-im/incubate.status.im/edit/develop/source/' + path;
});
hexo.extend.helper.register('page_anchor', function(str) {