diff --git a/R/i2dashboard.R b/R/i2dashboard.R
index a2b6c2089cdcc13332c8b0f2602ad81655771b63..8af9444465c2ddd3aac4b15acdf6181f5f827e70 100644
--- a/R/i2dashboard.R
+++ b/R/i2dashboard.R
@@ -9,9 +9,9 @@
 #' @slot pages A list of dashboard pages
 #' @slot sidebar Content of the global sidebar
 #' @slot colormaps A named list with color mappings.
-#' @slot source_code Either a logical value describing whether the source code should be embeded through an item in the navigation bar or a link to a URL where the source code can be found online.
-#' @slot social_links A vector with any number of the following services: “facebook”, “twitter”, “google-plus”, “linkedin”, and “pinterest”. You can also specify “menu” to provide a generic sharing drop-down menu that includes all of the services.
-#' @slot navbar_items A list of further navigation bar items.
+#' @slot source Either a logical value describing whether the source code should be embeded through an item in the navigation bar or a link to a URL where the source code can be found online.
+#' @slot social A vector with any number of the following services: “facebook”, “twitter”, “google-plus”, “linkedin”, and “pinterest”. You can also specify “menu” to provide a generic sharing drop-down menu that includes all of the services.
+#' @slot navbar A list of links in the navigation bar (see https://rmarkdown.rstudio.com/flexdashboard/using.html#navigation_bar).
 #'
 #' @return An i2dashboard object.
 #'
diff --git a/man/idashboard-class.Rd b/man/idashboard-class.Rd
index 719096f3a02bcc09aace5b7a5273e20376645a31..05f1f66ce1ea1c49c984eaef36f870cd14415976 100644
--- a/man/idashboard-class.Rd
+++ b/man/idashboard-class.Rd
@@ -45,10 +45,10 @@ Create a new i2dashboard object.
 
 \item{\code{colormaps}}{A named list with color mappings.}
 
-\item{\code{source_code}}{Either a logical value describing whether the source code should be embeded through an item in the navigation bar or a link to a URL where the source code can be found online.}
+\item{\code{source}}{Either a logical value describing whether the source code should be embeded through an item in the navigation bar or a link to a URL where the source code can be found online.}
 
-\item{\code{social_links}}{A vector with any number of the following services: “facebook”, “twitter”, “google-plus”, “linkedin”, and “pinterest”. You can also specify “menu” to provide a generic sharing drop-down menu that includes all of the services.}
+\item{\code{social}}{A vector with any number of the following services: “facebook”, “twitter”, “google-plus”, “linkedin”, and “pinterest”. You can also specify “menu” to provide a generic sharing drop-down menu that includes all of the services.}
 
-\item{\code{navbar_items}}{A list of further navigation bar items.}
+\item{\code{navbar}}{A list of links in the navigation bar (see https://rmarkdown.rstudio.com/flexdashboard/using.html#navigation_bar).}
 }}