diff --git a/R/options.R b/R/options.R index 575ff27f..42a7f536 100644 --- a/R/options.R +++ b/R/options.R @@ -13,7 +13,7 @@ #' #' * `cmdstanr_force_recompile`: Should the default be to recompile models #' even if there were no Stan code changes since last compiled? See -#' [compile][fit-method-compile] for more details. The default is `FALSE`. +#' [compile][model-method-compile] for more details. The default is `FALSE`. #' #' * `cmdstanr_max_rows`: The maximum number of rows of output to print when #' using the [`$print()`][fit-method-summary] method. The default is 10. diff --git a/man/cmdstanr_global_options.Rd b/man/cmdstanr_global_options.Rd index d6435165..42ba3ac2 100644 --- a/man/cmdstanr_global_options.Rd +++ b/man/cmdstanr_global_options.Rd @@ -14,7 +14,7 @@ draws? The default depends on the model fitting method. See \link[=fit-method-draws]{draws} for more details. \item \code{cmdstanr_force_recompile}: Should the default be to recompile models even if there were no Stan code changes since last compiled? See -\link[=fit-method-compile]{compile} for more details. The default is \code{FALSE}. +\link[=model-method-compile]{compile} for more details. The default is \code{FALSE}. \item \code{cmdstanr_max_rows}: The maximum number of rows of output to print when using the \code{\link[=fit-method-summary]{$print()}} method. The default is 10. \item \code{cmdstanr_no_ver_check}: Should the check for a more recent version of