Skip to content

Commit

Permalink
chore(docs) fix example links in README (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
amuramoto committed Sep 23, 2022
1 parent a3352fe commit 1cc384a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ npm install hubble.gl

#### Pure JS

- [Pure JS example](https://github.com/visgl/hubble.gl/tree/master/examples/pure-js)
- [Pure JS example](https://github.com/visgl/hubble.gl/tree/master/examples/get-started/pure-js)

#### React

- [Get started](https://github.com/visgl/hubble.gl/tree/master/examples/camera)
- [Get started](https://github.com/visgl/hubble.gl/tree/master/examples/website/camera)

- [With basemap](https://github.com/visgl/hubble.gl/tree/master/examples/trips)
- [With basemap](https://github.com/visgl/hubble.gl/tree/master/examples/website/trips)

## Basic Animation

Expand Down

0 comments on commit 1cc384a

Please sign in to comment.