Browse Source

fix edit link

ruki 8 years ago
parent
commit
31b1b6056e
1 changed files with 1 additions and 2 deletions
  1. 1 2
      config.js

+ 1 - 2
config.js

@@ -7,8 +7,7 @@ docute.init({
     landing: true,
     repo: 'tboox/xmake',
     twitter: 'waruqi',
-    url: 'http://xmake.io',
-    'edit-link': 'https://github.com/tboox/xmake-docs/blob/master',
+    'edit-link': 'https://github.com/tboox/xmake-docs/blob/master/',
     announcement(route) {
     const info = { type: 'success' }
     if (/\/zh/.test(route.path)) {