Skip to content

Commit

Permalink
fix: use https instead of http in example
Browse files Browse the repository at this point in the history
Co-authored-by: Garrick Aden-Buie <garrick@adenbuie.com>
  • Loading branch information
jack-davison and gadenbuie authored Sep 10, 2024
1 parent d3821db commit d8147be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/extending.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Often when passing a list from R to JavaScript it is desirable to remove any nul

# Example

Here is a small example which shows how you can integrate heatmap functionality using a [plugin](http://leaflet.github.io/Leaflet.heat/).
Here is a small example which shows how you can integrate heatmap functionality using a [plugin](https://leaflet.github.io/Leaflet.heat/).

```{r, fig.height=4}
library(leaflet)
Expand Down

0 comments on commit d8147be

Please sign in to comment.