Skip to content

Commit b769978

Browse files
termosakazupon
authored andcommitted
Change edit link base (#1163)
Change the branch for edit from `master` to `dev` as docs are built from `dev` branch now.
1 parent 5acc1e4 commit b769978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"plugins": ["edit-link", "theme-vuejs@git+https://github.com/pearofducks/gitbook-plugin-theme-vuejs.git", "-fontsettings", "github"],
44
"pluginsConfig": {
55
"edit-link": {
6-
"base": "https://github.com/vuejs/vue-router/tree/master/docs",
6+
"base": "https://github.com/vuejs/vue-router/tree/dev/docs",
77
"label": "Edit This Page"
88
},
99
"github": {

0 commit comments

Comments
 (0)