Skip to content

Commit

Permalink
fix: 修复官网的链接问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyue committed Mar 19, 2020
1 parent fb90614 commit 1e8c0bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions docs/api/f2.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ F2.version // 当前 F2 的版本号

## 类 Classes

- [F2.Chart](api/chart):图表的入口类
- [F2.Chart](chart/chart):图表的入口类

- [F2.G](api/g):底层绘图引擎(基于原生的 Html5 Canvas 接口封装)
- [F2.G](graphic/g):底层绘图引擎(基于原生的 Html5 Canvas 接口封装)

- [F2.Shape](api/shape):F2 Shape 图形扩展接口,用于自定义各种几何标记的 shape
- [F2.Shape](shape):F2 Shape 图形扩展接口,用于自定义各种几何标记的 shape

- [F2.Global](api/global):F2 的全局配置,包含图表的皮肤样式
- [F2.Global](global):F2 的全局配置,包含图表的皮肤样式

- [F2.Util](api/util):辅助类工具函数
- [F2.Util](util):辅助类工具函数
10 changes: 5 additions & 5 deletions docs/api/f2.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ F2.version // 当前 F2 的版本号

## 类 Classes

- [F2.Chart](api/chart):图表的入口类
- [F2.Chart](chart/chart):图表的入口类

- [F2.G](api/g):底层绘图引擎(基于原生的 Html5 Canvas 接口封装)
- [F2.G](graphic/g):底层绘图引擎(基于原生的 Html5 Canvas 接口封装)

- [F2.Shape](api/shape):F2 Shape 图形扩展接口,用于自定义各种几何标记的 shape
- [F2.Shape](shape):F2 Shape 图形扩展接口,用于自定义各种几何标记的 shape

- [F2.Global](api/global):F2 的全局配置,包含图表的皮肤样式
- [F2.Global](global):F2 的全局配置,包含图表的皮肤样式

- [F2.Util](api/util):辅助类工具函数
- [F2.Util](util):辅助类工具函数

0 comments on commit 1e8c0bf

Please sign in to comment.