Skip to content

Commit

Permalink
Fix/update more urls
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Mar 25, 2024
1 parent f748dd2 commit 48cc93d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/leaflet.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ m <- leaflet() %>%
m # Print the map
```

In case you're not familiar with the [magrittr](https://github.com/smbache/magrittr) pipe operator (`%>%`), here is the equivalent without using pipes:
In case you're not familiar with the [magrittr](https://github.com/tidyverse/magrittr) pipe operator (`%>%`), here is the equivalent without using pipes:

```{r eval=FALSE}
m <- leaflet()
Expand All @@ -80,6 +80,6 @@ m

### Next Steps

We highly recommend that you proceed to [The Map Widget](map_widget.html) page before exploring the rest of this site, as it describes common idioms we'll use throughout the examples on the other pages.
We highly recommend that you proceed to [The Map Widget](widget.html) page before exploring the rest of this site, as it describes common idioms we'll use throughout the examples on the other pages.

Although we have tried to provide an R-like interface to Leaflet, you may want to check out the [API documentation](https://leafletjs.com/reference.html) of Leaflet occasionally when the meanings of certain parameters are not clear to you.

0 comments on commit 48cc93d

Please sign in to comment.