Skip to content

Commit

Permalink
Merge pull request #83 from treadpit/develop
Browse files Browse the repository at this point in the history
temporary shift docs
  • Loading branch information
todrfu authored Feb 5, 2019
2 parents a276106 + bc4ba77 commit e610f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const conf = {
Page(conf);
```

更多配置及功能请 [参考文档](http://calendar.isfeer.com)
更多配置及功能请 [参考文档](https://treadpit.github.io)

### 日历模板效果图

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script src="https://unpkg.com/docute@3/dist/docute.js"></script>
<script>
docute.init({
url: docute.isDev ? location.origin : 'http://calendar.isfeer.com',
url: docute.isDev ? location.origin : 'https://treadpit.github.io',
routerMode: 'history'
})
</script>
Expand Down

0 comments on commit e610f88

Please sign in to comment.