diff options
| author | ruki <[email protected]> | 2017-06-02 23:03:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-06-02 23:04:06 +0800 |
| commit | 773305280bd10e140bf3b0932281d416f7fe7ad2 (patch) | |
| tree | 434a4da04c676b1a424cc9d715489c7713ddb653 /docs | |
| parent | daa2475834699f070c838a54a826e075f6042287 (diff) | |
modify edit link in docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.js b/docs/config.js index b1c2ca110..dde49e1ad 100644 --- a/docs/config.js +++ b/docs/config.js @@ -8,7 +8,7 @@ self.$config = { repo: 'tboox/xmake', twitter: 'waruqi', url: 'http://xmake.io', - 'edit-link': 'https://github.com/tboox/xmake/blob/master/docs', + 'edit-link': 'https://github.com/tboox/xmake/blob/dev/docs', nav: { default: [ { |
