mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Fix another URL
This commit is contained in:
@@ -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}}
|
||||
|
||||
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user