diff --git a/R/utils-datatable.R b/R/utils-datatable.R index f3b4737d..ece11cc3 100644 --- a/R/utils-datatable.R +++ b/R/utils-datatable.R @@ -1,7 +1,7 @@ #' Show that the package is designed to rely on data.table functionality #' #' See [data.table::let()] and -#' [`vignette("datatable-importing", "data.table")`](https://cran.r-project.org/web/packages/data.table/vignettes/datatable-importing.html) +#' `vignette("datatable-importing", "data.table")` #' section "data.table in Imports but nothing imported". #' #' @keywords internal diff --git a/man/dot-datatable.aware.Rd b/man/dot-datatable.aware.Rd index 70c89f3c..821409c5 100644 --- a/man/dot-datatable.aware.Rd +++ b/man/dot-datatable.aware.Rd @@ -6,7 +6,7 @@ \title{Show that the package is designed to rely on data.table functionality} \description{ See \code{\link[data.table:assign]{data.table::let()}} and -\href{https://cran.r-project.org/web/packages/data.table/vignettes/datatable-importing.html}{\code{vignette("datatable-importing", "data.table")}} +\code{vignette("datatable-importing", "data.table")} section "data.table in Imports but nothing imported". } \keyword{internal}