Skip to content

Commit

Permalink
docs: modify f2 cdn url
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyue committed Jul 15, 2020
1 parent b0d10f6 commit a75384f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial/getting-started.en.md
Expand Up @@ -26,7 +26,7 @@ const F2 = require('@antv/f2');

```html
<!-- 引入在线资源 -->
<script src="https://gw.alipayobjects.com/os/antv/assets/f2/3.4.2/f2.min.js"></script>
<script src="https://gw.alipayobjects.com/os/lib/antv/f2/3.7.0/dist/f2.min.js"></script>
<!-- 友情提醒:请按需更新版本号。 -->
```

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/getting-started.zh.md
Expand Up @@ -26,7 +26,7 @@ const F2 = require('@antv/f2');

```html
<!-- 引入在线资源 -->
<script src="https://gw.alipayobjects.com/os/antv/assets/f2/3.4.2/f2.min.js"></script>
<script src="https://gw.alipayobjects.com/os/lib/antv/f2/3.7.0/dist/f2.min.js"></script>
<!-- 友情提醒:请按需更新版本号。 -->
```

Expand Down

0 comments on commit a75384f

Please sign in to comment.