diff --git a/README.en-US.md b/README.en-US.md index c26be40700..4582cf2fa9 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -94,7 +94,7 @@ scene.addLayer(pointLayer); - [L7Plot](https://github.com/antvis/L7Plot) - [L7 React](https://github.com/antvis/L7-React) - [L7 Boundary](https://github.com/antvis/L7-boundary) -- [L7 draw](https://github.com/antvis/L7-draw) +- [L7Draw](https://github.com/antvis/L7Draw) ## ✅ License diff --git a/README.md b/README.md index 9fadd1f42c..906c971819 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ scene.addLayer(pointLayer); - [L7Plot](https://github.com/antvis/L7Plot) - [L7 React](https://github.com/antvis/L7-React) - [L7 Boundary](https://github.com/antvis/L7-boundary) -- [L7 draw](https://github.com/antvis/L7-draw) +- [L7Draw](https://github.com/antvis/L7Draw) ## ✅ License diff --git a/docs/api/draw/start.zh.md b/docs/api/draw/start.zh.md index a2ab7eee12..c281e7d118 100644 --- a/docs/api/draw/start.zh.md +++ b/docs/api/draw/start.zh.md @@ -3,4 +3,4 @@ title: 文档链接 order: 0 --- -[新站点](https://antv.vision/L7-draw/) +[新站点](https://antv.vision/L7Draw/) diff --git a/examples/draw/basic/index.en.md b/examples/draw/basic/index.en.md index 05a76d0480..68032df5b9 100644 --- a/examples/draw/basic/index.en.md +++ b/examples/draw/basic/index.en.md @@ -1,4 +1,4 @@ --- -title: L7 Draw +title: L7Draw order: 3 --- diff --git a/gatsby-config.js b/gatsby-config.js index 617da1d3ab..58f7364652 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -62,7 +62,7 @@ module.exports = { zh: 'L7 地理围栏绘制组件库', en: 'L7Draw', }, - url: 'http://antv.vision/L7-draw/', + url: 'http://antv.vision/L7Draw/', }, { name: { @@ -428,7 +428,7 @@ module.exports = { icon: 'map', title: { zh: '绘制组件', - en: 'L7 Draw', + en: 'L7Draw', }, order: 12, }, diff --git a/packages/l7/README.en-US.md b/packages/l7/README.en-US.md index c26be40700..4582cf2fa9 100644 --- a/packages/l7/README.en-US.md +++ b/packages/l7/README.en-US.md @@ -94,7 +94,7 @@ scene.addLayer(pointLayer); - [L7Plot](https://github.com/antvis/L7Plot) - [L7 React](https://github.com/antvis/L7-React) - [L7 Boundary](https://github.com/antvis/L7-boundary) -- [L7 draw](https://github.com/antvis/L7-draw) +- [L7Draw](https://github.com/antvis/L7Draw) ## ✅ License diff --git a/packages/l7/README.md b/packages/l7/README.md index 9fadd1f42c..906c971819 100644 --- a/packages/l7/README.md +++ b/packages/l7/README.md @@ -126,7 +126,7 @@ scene.addLayer(pointLayer); - [L7Plot](https://github.com/antvis/L7Plot) - [L7 React](https://github.com/antvis/L7-React) - [L7 Boundary](https://github.com/antvis/L7-boundary) -- [L7 draw](https://github.com/antvis/L7-draw) +- [L7Draw](https://github.com/antvis/L7Draw) ## ✅ License