diff --git a/DESCRIPTION b/DESCRIPTION
index b8d7791a8a93aa0747c2940139a1f144a7988931..ee8c5b7c3a01cecd8a6c423f7e5576f0b64efc21 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -47,4 +47,4 @@ Encoding: UTF-8
 LazyData: true
 LazyDataCompression: xz
 Roxygen: list(markdown = TRUE)
-RoxygenNote: 7.3.1
+RoxygenNote: 7.3.2
diff --git a/R/add_home_button.R b/R/add_home_button.R
index 14973d9ee8f98e6d015b8a67dd764370a167d4a0..8ef1930aad3b87b77992a749ea49085cb0cb508b 100644
--- a/R/add_home_button.R
+++ b/R/add_home_button.R
@@ -2,7 +2,7 @@
 #'
 #' Add a button to a [Leaflet](https://leafletjs.com/) map that zooms to the provided map extent.
 #'
-#' @param map '[leaflet]'.
+#' @param map '[leaflet][leaflet::leaflet]'.
 #'   Map widget object
 #' @param position 'character' string.
 #'   Position of the button on the web map.
diff --git a/data/us_cities.rda b/data/us_cities.rda
index 493f9e58e619de641d0ba78838b70f8bcf74e951..de43ffc5d6c93a876c9051d3d9f494dec6187a45 100644
Binary files a/data/us_cities.rda and b/data/us_cities.rda differ
diff --git a/man/add_cluster_button.Rd b/man/add_cluster_button.Rd
index 586a746f00065b9b7b95e275c4685d454f617f4b..3ab75db6e2ebacc6c2933f141d0a0274465ef96b 100644
--- a/man/add_cluster_button.Rd
+++ b/man/add_cluster_button.Rd
@@ -7,7 +7,7 @@
 add_cluster_button(map, cluster_id, position = "topleft")
 }
 \arguments{
-\item{map}{'\link{leaflet}'.
+\item{map}{'\link[leaflet:leaflet]{leaflet}'.
 Map widget object}
 
 \item{cluster_id}{'character' string.
diff --git a/man/add_fullscreen_button.Rd b/man/add_fullscreen_button.Rd
index 443593120f0650f056b0ce05d5fe0f1e811be440..573293c5dd346d8a241c17ddd3f47de1d927ffa6 100644
--- a/man/add_fullscreen_button.Rd
+++ b/man/add_fullscreen_button.Rd
@@ -7,7 +7,7 @@
 add_fullscreen_button(map, pseudo_fullscreen = FALSE, position = "topleft")
 }
 \arguments{
-\item{map}{'\link{leaflet}'.
+\item{map}{'\link[leaflet:leaflet]{leaflet}'.
 Map widget object}
 
 \item{pseudo_fullscreen}{'logical' flag.
diff --git a/man/add_home_button.Rd b/man/add_home_button.Rd
index f623654f7e2626b1deedc6d13f344378c689e2c8..3833b88144be7f1020e9e371fdd28c938b8ec904 100644
--- a/man/add_home_button.Rd
+++ b/man/add_home_button.Rd
@@ -7,7 +7,7 @@
 add_home_button(map, extent = NULL, position = "topleft")
 }
 \arguments{
-\item{map}{'\link{leaflet}'.
+\item{map}{'\link[leaflet:leaflet]{leaflet}'.
 Map widget object}
 
 \item{extent}{'bbox', or 'numeric' vector of length four, with \code{xmin}, \code{xmax}, \code{ymin} and \code{ymax} values.
diff --git a/man/add_legend.Rd b/man/add_legend.Rd
index 04de7db6e667130ec81125ad81984ce642a9d0f3..d256c09ff9389b2ddb1a44d49c4fa017fb668a54 100644
--- a/man/add_legend.Rd
+++ b/man/add_legend.Rd
@@ -16,7 +16,7 @@ add_legend(
 )
 }
 \arguments{
-\item{map}{'\link{leaflet}'.
+\item{map}{'\link[leaflet:leaflet]{leaflet}'.
 Map widget object}
 
 \item{labels}{'character' vector.
diff --git a/man/add_search_button.Rd b/man/add_search_button.Rd
index ad5296a8e2493b37f1561e4e1b17d8d5b2ed5c18..f98068b6662b6b842574eeafd2a510be4d68d6af 100644
--- a/man/add_search_button.Rd
+++ b/man/add_search_button.Rd
@@ -15,7 +15,7 @@ add_search_button(
 )
 }
 \arguments{
-\item{map}{'\link{leaflet}'.
+\item{map}{'\link[leaflet:leaflet]{leaflet}'.
 Map widget object}
 
 \item{group}{'character' string.