Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update trips layer documentation links #4502

Merged
merged 2 commits into from
Apr 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/website/trips/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is a minimal standalone version of the [TripsLayer example](https://deck.gl/#/examples/custom-layers/trip-routes)
This is a minimal standalone version of the [TripsLayer example](https://deck.gl/#/examples/core-layers/trips-layer)
on [deck.gl](http://deck.gl) website.

### Usage
Expand Down Expand Up @@ -26,4 +26,4 @@ npm start

### Data format
Sample data is stored in [deck.gl Example Data](https://github.com/visgl/deck.gl-data/tree/master/examples/trips). To use your own data, checkout
the [documentation of TripsLayer](https://github.com/visgl/deck.gl/tree/master/modules/experimental-layers/src/trips-layer).
the [documentation of TripsLayer](../../../docs/layers/trips-layer.md).