mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-12-03 12:39:41 +08:00
chore: Update Edit Document using develop branch (#1541)
This commit is contained in:
parent
c24f7f6f0b
commit
a6fbe079d3
@ -180,7 +180,7 @@
|
|||||||
.replace('@master', '/blob/master');
|
.replace('@master', '/blob/master');
|
||||||
} else {
|
} else {
|
||||||
url =
|
url =
|
||||||
'https://github.com/docsifyjs/docsify/blob/master/docs/' +
|
'https://github.com/docsifyjs/docsify/blob/develop/docs/' +
|
||||||
vm.route.file;
|
vm.route.file;
|
||||||
}
|
}
|
||||||
var editHtml = '[:memo: Edit Document](' + url + ')\n';
|
var editHtml = '[:memo: Edit Document](' + url + ')\n';
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
.replace('@master', '/blob/master');
|
.replace('@master', '/blob/master');
|
||||||
} else {
|
} else {
|
||||||
url =
|
url =
|
||||||
'https://github.com/docsifyjs/docsify/blob/master/docs/' +
|
'https://github.com/docsifyjs/docsify/blob/develop/docs/' +
|
||||||
vm.route.file;
|
vm.route.file;
|
||||||
}
|
}
|
||||||
var editHtml = '[:memo: Edit Document](' + url + ')\n';
|
var editHtml = '[:memo: Edit Document](' + url + ')\n';
|
||||||
|
Loading…
Reference in New Issue
Block a user