From a5600346143acb2c089a5f287c5cd55eea85eb3e Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Tue, 6 Jan 2015 13:21:57 -0600 Subject: [PATCH] Fix another URL --- R/bootstrap-layout.R | 5 ++--- man/fluidPage.Rd | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/R/bootstrap-layout.R b/R/bootstrap-layout.R index b04436634..bafa553f2 100644 --- a/R/bootstrap-layout.R +++ b/R/bootstrap-layout.R @@ -24,9 +24,8 @@ #' alternative to low-level row and column functions you can also use #' higher-level layout functions like \code{\link{sidebarLayout}}. #' -#' @note See the -#' \href{https://github.com/rstudio/shiny/wiki/Shiny-Application-Layout-Guide}{ -#' Shiny-Application-Layout-Guide} for additional details on laying out fluid +#' @note See the \href{http://shiny.rstudio.com/articles/layout-guide.html}{ +#' Shiny-Application-Layout-Guide} for additional details on laying out fluid #' pages. #' #' @seealso \code{\link{column}}, \code{\link{sidebarLayout}} diff --git a/man/fluidPage.Rd b/man/fluidPage.Rd index 8ede1834c..2d7751cb3 100644 --- a/man/fluidPage.Rd +++ b/man/fluidPage.Rd @@ -39,9 +39,8 @@ To create a fluid page use the \code{fluidPage} function and include higher-level layout functions like \code{\link{sidebarLayout}}. } \note{ -See the - \href{https://github.com/rstudio/shiny/wiki/Shiny-Application-Layout-Guide}{ - Shiny-Application-Layout-Guide} for additional details on laying out fluid +See the \href{http://shiny.rstudio.com/articles/layout-guide.html}{ + Shiny-Application-Layout-Guide} for additional details on laying out fluid pages. } \examples{