Skip to content

Commit e2f672c

Browse files
fix: replace broken vis.academy link with docs.kepler.gl (#3309)
The vis.academy tutorial link (http://vis.academy/#/kepler.gl/) is broken as the vis-academy repo has been archived. Replace all references with the current kepler.gl documentation at https://docs.kepler.gl/. Fixes #2734 Signed-off-by: Pierre Blanchet <pierre.blanchet.engineer@gmail.com> Co-authored-by: Pierre Blanchet <pierre.blanchet.engineer@gmail.com>
1 parent 8c5030c commit e2f672c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
[Kepler.gl][web] is a data-agnostic, high-performance web-based application for visual exploration of large-scale geolocation data sets. Built on top of [MapLibre GL](https://maplibre.org/) and [deck.gl](https://deck.gl/), kepler.gl can render millions of points representing thousands of trips and perform spatial aggregations on the fly.
3535

36-
Kepler.gl is also a React component that uses [Redux](https://redux.js.org/) to manage its state and data flow. It can be embedded into other React-Redux applications and is highly customizable. For information on how to embed kepler.gl in your app take a look at this step-by-step [tutorial](https://github.com/uber-archive/vis-academy/blob/master/src/docs/kepler.gl/0-setup.md) on vis.academy.
36+
Kepler.gl is also a React component that uses [Redux](https://redux.js.org/) to manage its state and data flow. It can be embedded into other React-Redux applications and is highly customizable. For information on how to embed kepler.gl in your app take a look at the [documentation](https://docs.kepler.gl/).
3737

3838
## Links
3939

@@ -43,7 +43,7 @@ Kepler.gl is also a React component that uses [Redux](https://redux.js.org/) to
4343
- [Get Started][get-started]
4444
- [App User Guide][user-guide]
4545
- [Jupyter Widget User Guide][user-guide-jupyter]
46-
- [Tutorial][vis-academy]
46+
- [Documentation][docs]
4747
- [Stack Overflow][stack]
4848
- [Contribution Guidelines][contributing]
4949
- [Api Reference][api-reference]
@@ -528,7 +528,7 @@ Read more about [addDataToMap](./docs/api-reference/actions/actions.md#adddatato
528528
[roadmap]: https://github.com/keplergl/kepler.gl/wiki/Kepler.gl-2019-Roadmap
529529
[stack]: https://stackoverflow.com/questions/tagged/kepler.gl
530530
[web]: http://www.kepler.gl/
531-
[vis-academy]: http://vis.academy/#/kepler.gl/
531+
[docs]: https://docs.kepler.gl/
532532
[user-guide]: docs/user-guides/README.md
533533
[user-guide-jupyter]: docs/keplergl-jupyter/README.md
534534
[api-reference]: docs/api-reference/README.md

0 commit comments

Comments
 (0)