Commit 55b836be8defa32079ac7a47d1938b95f5bfc7d3

Authored by ly525
1 parent f9b3f802

update online document link

README.md
1   -[中文在线文档](http://docs.luban-h5.surge.sh/) | [English](./README.en.md)
  1 +[中文在线文档](https://ly525.github.io/luban-h5) | [English](./README.en.md)
2 2  
3 3 <p align="left">
4 4 <a href="https://github.com/ly525/luban-h5/releases"><img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/ly525/luban-h5"></a>
... ... @@ -101,4 +101,4 @@
101 101 #### 钉钉讨论组(推荐, 对代码排版相对友好)
102 102 <img src="https://user-images.githubusercontent.com/12668546/61447488-a379f700-a983-11e9-9956-139352a2585d.png" width="200px">
103 103  
104   -更多细节请阅读[在线文档](http://docs.luban-h5.surge.sh/)
  104 +更多细节请阅读[在线文档](https://ly525.github.io/luban-h5)
... ...
front-end/h5/src/components/common/header/links.js
... ... @@ -13,7 +13,7 @@ export default {
13 13 style={{ lineHeight: '64px', display: 'inline-block', float: 'right' }}
14 14 >
15 15 <a-menu-item key="document">
16   - <a href="http://docs.luban-h5.surge.sh/" target="_blank" rel="noopener" style={{ color: 'white' }}><a-icon type="read" />文档</a>
  16 + <a href="https://ly525.github.io/luban-h5" target="_blank" rel="noopener" style={{ color: 'white' }}><a-icon type="read" />文档</a>
17 17 </a-menu-item>
18 18 <a-menu-item key="dingtalk" >
19 19 <a-popover title="👨🏻‍💻👩🏻‍💻欢迎加入鲁班-H5交流群">
... ...