diff --git a/man/model-method-compile.Rd b/man/model-method-compile.Rd index e17b1ae5..c92f2704 100644 --- a/man/model-method-compile.Rd +++ b/man/model-method-compile.Rd @@ -33,7 +33,7 @@ same location as the Stan program.} \item{pedantic}{(logical) Should pedantic mode be turned on? The default is \code{FALSE}. Pedantic mode attempts to warn you about potential issues in your -Stan program beyond syntax errors. For details see the \href{https://mc-stan.org/docs/stan-users-guide/pedantic-mode.html}{\emph{Pedantic mode} chapter} in +Stan program beyond syntax errors. For details see the \href{https://mc-stan.org/docs/stan-users-guide/pedantic-mode.html}{\emph{Pedantic mode} section} in the Stan Reference Manual. \strong{Note:} to do a pedantic check for a model without compiling it or for a model that is already compiled the \code{\link[=model-method-check_syntax]{$check_syntax()}} method can be used instead.}