From abdaff4008b843170a1ddc84cd3a199db70aa85c Mon Sep 17 00:00:00 2001 From: Andy Tudhope Date: Thu, 4 Oct 2018 23:00:46 +0200 Subject: [PATCH] Changes edit helper --- scripts/helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helpers.js b/scripts/helpers.js index d7018a4..cc5b3ee 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/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) {