Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycapivara committed Sep 27, 2018
1 parent 308fdc5 commit 91115fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs-markdown/layers/README.Rmd
Expand Up @@ -10,12 +10,12 @@ output: github_document
* [ContourLayer](contour-layer.md)
* [GeoJsonLayer](geojson-layer.md)
* [GridLayer](grid-layer.md)
* HexagonLayer
* [HexagonLayer](hexagon-layer.md)
* [IconLayer](icon-layer.md)
* [LineLayer](line-layer.md)
* [PathLayer](path-layer.md)
* PointCloudLayer
* [PointCloudLayer](point-cloud-layer.md)
* [PolygonLayer](polygon-layer.md)
* ScatterplotLayer
* [ScatterplotLayer](scatterplot-layer.md)
* [ScreenGridLayer](screen-grid-layer.md)
* [TextLayer](text-layer.md)
4 changes: 2 additions & 2 deletions docs-markdown/layers/path-layer.md
Expand Up @@ -7,8 +7,8 @@ PathLayer
``` r
sample_data <- paste0(
"https://raw.githubusercontent.com/",
"uber-common/deck.gl-data/master/",
"website/bart-lines.json"
"uber-common/deck.gl-data/",
"master/website/bart-lines.json"
)

properties <- list(
Expand Down
4 changes: 2 additions & 2 deletions inst/examples/deckgl-api-reference/path-layer.R
@@ -1,8 +1,8 @@
## @knitr path-layer
sample_data <- paste0(
"https://raw.githubusercontent.com/",
"uber-common/deck.gl-data/master/",
"website/bart-lines.json"
"uber-common/deck.gl-data/",
"master/website/bart-lines.json"
)

properties <- list(
Expand Down

0 comments on commit 91115fb

Please sign in to comment.