Skip to content

Commit

Permalink
fix url link in nuclear waste site example
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Feb 12, 2021
1 parent 09c4c37 commit d8f6984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/12_leaflet-nuclear-waste-sites/dashboard.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ library(leaflet)
library(plotly)
sites <- fromJSON(flatten=TRUE,
"https://cdn.rawgit.com/52vis/2016-15/1c72426c/ottlngr/sites.json")
"https://raw.githubusercontent.com/52vis/2016-15/ec4b0ef/sites.json")
sites$locations <- map(sites$locations, function(x) {
if (nrow(x) == 0) {
Expand Down

0 comments on commit d8f6984

Please sign in to comment.