The docs for adding icons (https://shiny.rstudio.com/reference/shiny/0.14/icon.html) refer to an out of date URL. The currently used http://getbootstrap.com/components/#glyphicons should be replaced with https://icons.getbootstrap.com/ in docs. I found one instance in the shiny codebase here R/bootstrap.R, but I think there are a few other docs that will need to be updated.
The text was updated successfully, but these errors were encountered:
From RStudio Community discussion,
https://community.rstudio.com/t/glyphicons-no-longer-available/136912/1
The docs for adding icons (https://shiny.rstudio.com/reference/shiny/0.14/icon.html) refer to an out of date URL. The currently used
http://getbootstrap.com/components/#glyphiconsshould be replaced withhttps://icons.getbootstrap.com/in docs. I found one instance in the shiny codebase hereR/bootstrap.R, but I think there are a few other docs that will need to be updated.The text was updated successfully, but these errors were encountered: