Skip to content

Commit

Permalink
fix: cdn link in getting-started doc
Browse files Browse the repository at this point in the history
  • Loading branch information
paleface001 committed Dec 3, 2019
1 parent eb8c35b commit fa7a40e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/manual/getting-started.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ order: 1

```html
<!-- import CDN source -->
<script src="https://gw.alipayobjects.com/os/lib/antv/g2plot/0.11.1/dist/g2plot.min.js"></script>
<script src="https://unpkg.com/@antv/g2plot@latest/dist/g2plot.js"></script>
```

```html
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/getting-started.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ order: 1

```html
<!-- 引入在线资源 -->
<script src="https://gw.alipayobjects.com/os/lib/antv/g2plot/0.11.1/dist/g2plot.js"></script>
<script src="https://unpkg.com/@antv/g2plot@latest/dist/g2plot.js"></script>
```

```html
Expand Down

0 comments on commit fa7a40e

Please # to comment.