diff --git a/scripts/helpers.js b/scripts/helpers.js index dda4784..d7018a4 100644 --- a/scripts/helpers.js +++ b/scripts/helpers.js @@ -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) {