Change edit button on pages

This commit is contained in:
Andy Tudhope 2018-09-29 02:39:35 +02:00
parent 884042d0b6
commit 55addbfa33
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/docs.status.im/edit/develop/source/' + path;
return 'https://github.com/status-im/nimbus.status.im/edit/develop/source/' + path;
});
hexo.extend.helper.register('page_anchor', function(str) {