Skip to content

Commit a6fbe07

Browse files
authored
chore: Update Edit Document using develop branch (#1541)
1 parent c24f7f6 commit a6fbe07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
.replace('@master', '/blob/master');
181181
} else {
182182
url =
183-
'https://github.com/docsifyjs/docsify/blob/master/docs/' +
183+
'https://github.com/docsifyjs/docsify/blob/develop/docs/' +
184184
vm.route.file;
185185
}
186186
var editHtml = '[:memo: Edit Document](' + url + ')\n';

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
.replace('@master', '/blob/master');
9292
} else {
9393
url =
94-
'https://github.com/docsifyjs/docsify/blob/master/docs/' +
94+
'https://github.com/docsifyjs/docsify/blob/develop/docs/' +
9595
vm.route.file;
9696
}
9797
var editHtml = '[:memo: Edit Document](' + url + ')\n';

0 commit comments

Comments
 (0)