docs: 修改文档的域名
This commit is contained in:
parent
252f9abcd2
commit
2b91248bb2
|
@ -13,7 +13,7 @@ about: 请按照该模板填写,以便我们能真正了解你的问题,否
|
|||
|
||||
## 是否查阅了文档 ?
|
||||
|
||||
(文档链接 [http://www.wangeditor.com/doc](http://www.wangeditor.com/doc/) )
|
||||
(文档链接 [doc.wangEditor.com](https://doc.wangeditor.com/) )
|
||||
|
||||
*是/否*
|
||||
|
||||
|
|
10
README.md
10
README.md
|
@ -4,12 +4,12 @@
|
|||
|
||||
轻量级 web 富文本编辑器,配置方便,使用简单。
|
||||
|
||||
- 官网 [www.wangEditor.com](http://www.wangeditor.com/)
|
||||
- 文档 [www.wangEditor.com/doc](http://www.wangeditor.com/doc/)
|
||||
- 官网 [www.wangEditor.com](https://www.wangeditor.com/)
|
||||
- 文档 [doc.wangEditor.com](https://doc.wangeditor.com/)
|
||||
|
||||
![](./docs/imgs/demo.png)
|
||||
|
||||
当前是 `v4` 版本。想继续使用 `v3` 版本看[这里](http://www.wangeditor.com/doc/pages/01-%E5%BC%80%E5%A7%8B%E4%BD%BF%E7%94%A8/08-%E4%BD%BF%E7%94%A8V3%E7%89%88%E6%9C%AC.html)。
|
||||
当前是 `v4` 版本。想继续使用 `v3` 版本看[这里](https://doc.wangeditor.com/pages/01-%E5%BC%80%E5%A7%8B%E4%BD%BF%E7%94%A8/99-%E4%BD%BF%E7%94%A8V3%E7%89%88%E6%9C%AC.html)。
|
||||
|
||||
## 浏览器兼容性
|
||||
|
||||
|
@ -41,7 +41,7 @@ editor.create();
|
|||
</script>
|
||||
```
|
||||
|
||||
更多使用方法,可参考[文档](http://www.wangeditor.com/doc/)。
|
||||
更多使用方法,可参考[文档](https://doc.wangeditor.com/)。
|
||||
|
||||
## 交流
|
||||
|
||||
|
@ -55,7 +55,7 @@ editor.create();
|
|||
|
||||
## 开发团队
|
||||
|
||||
有专业[开发团队](http://www.wangeditor.com/doc/#%E5%BC%80%E5%8F%91%E4%BA%BA%E5%91%98)维护,非个人单兵作战。
|
||||
有专业[开发团队](https://doc.wangeditor.com/#%E5%BC%80%E5%8F%91%E4%BA%BA%E5%91%98)维护,非个人单兵作战。
|
||||
|
||||
想加入 wangEditor 研发团队,可申请加入 QQ 群,然后私聊群主。
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# 开发文档
|
||||
|
||||
首先,请认真阅读使用手册 http://www.wangeditor.com/doc/ 。先了解如何使用,再去看源码。
|
||||
首先,请认真阅读使用手册 https://doc.wangeditor.com/ 。先了解如何使用,再去看源码。
|
||||
|
||||
## 阅读人
|
||||
|
||||
|
|
Loading…
Reference in New Issue