diff --git a/R/bootstrap.R b/R/bootstrap.R index 2224f599e..445ee9b0c 100644 --- a/R/bootstrap.R +++ b/R/bootstrap.R @@ -1489,8 +1489,9 @@ downloadLink <- function(outputId, label="Download", class=NULL, ...) { #' \code{\link{navbarPage}}. #' #' @param name Name of icon. Icons are drawn from the -#' \href{http://fontawesome.io/icons/}{Font Awesome} and -#' \href{http://getbootstrap.com/components/#glyphicons}{Glyphicons"} +#' \href{https://fontawesome.com/v4.7.0/}{Font Awesome} (currently icons from +#' the v4.7.0 set are supported) and +#' \href{http://getbootstrap.com/components/#glyphicons}{Glyphicons} #' libraries. Note that the "fa-" and "glyphicon-" prefixes should not be used #' in icon names (i.e. the "fa-calendar" icon should be referred to as #' "calendar") diff --git a/man/icon.Rd b/man/icon.Rd index b253cebb8..258e37754 100644 --- a/man/icon.Rd +++ b/man/icon.Rd @@ -8,8 +8,9 @@ icon(name, class = NULL, lib = "font-awesome") } \arguments{ \item{name}{Name of icon. Icons are drawn from the -\href{http://fontawesome.io/icons/}{Font Awesome} and -\href{http://getbootstrap.com/components/#glyphicons}{Glyphicons"} +\href{https://fontawesome.com/v4.7.0/}{Font Awesome} (currently icons from +the v4.7.0 set are supported) and +\href{http://getbootstrap.com/components/#glyphicons}{Glyphicons} libraries. Note that the "fa-" and "glyphicon-" prefixes should not be used in icon names (i.e. the "fa-calendar" icon should be referred to as "calendar")}