diff --git a/R/bootstrap-layout.R b/R/bootstrap-layout.R index 4cd6e2853..f9289b48b 100644 --- a/R/bootstrap-layout.R +++ b/R/bootstrap-layout.R @@ -24,8 +24,8 @@ #' higher-level layout functions like \code{\link{sidebarLayout}}. #' #' @note See the -#' \href{https://github.com/rstudio/shiny/wiki/Shiny-Component-Layout-Guide}{ -#' Shiny Component Layout Guide} for additional details on laying out fluid +#' \href{https://github.com/rstudio/shiny/wiki/Shiny-Application-Layout-Guide}{ +#' Shiny-Application-Layout-Guide} for additional details on laying out fluid #' pages. #' #' @seealso \code{\link{column}}, \code{\link{sidebarLayout}} @@ -108,8 +108,8 @@ fluidRow <- function(...) { #' with \code{fixedRow} and \code{column}. #' #' @note See the -#' \href{https://github.com/rstudio/shiny/wiki/Shiny-Component-Layout-Guide}{ -#' Shiny Component Layout Guide} for additional details on laying out fixed +#' \href{https://github.com/rstudio/shiny/wiki/Shiny-Application-Layout-Guide}{ +#' Shiny Application Layout Guide} for additional details on laying out fixed #' pages. #' #' @seealso \code{\link{column}} diff --git a/man/fixedPage.Rd b/man/fixedPage.Rd index 88666a1c7..a060db884 100644 --- a/man/fixedPage.Rd +++ b/man/fixedPage.Rd @@ -48,9 +48,9 @@ } \note{ See the - \href{https://github.com/rstudio/shiny/wiki/Shiny-Grid-Layout-Guide}{ - Shiny Grid Layout Guide} for additional details on laying - out fixed pages. + \href{https://github.com/rstudio/shiny/wiki/Shiny-Application-Layout-Guide}{ + Shiny Application Layout Guide} for additional details on + laying out fixed pages. } \examples{ shinyUI(fixedPage( diff --git a/man/fluidPage.Rd b/man/fluidPage.Rd index 4c966a5a0..ffffb7b27 100644 --- a/man/fluidPage.Rd +++ b/man/fluidPage.Rd @@ -48,8 +48,8 @@ } \note{ See the - \href{https://github.com/rstudio/shiny/wiki/Shiny-Component-Layout-Guide}{ - Shiny Component Layout Guide} for additional details on + \href{https://github.com/rstudio/shiny/wiki/Shiny-Application-Layout-Guide}{ + Shiny-Application-Layout-Guide} for additional details on laying out fluid pages. } \examples{