diff --git a/R/for_each_draw.R b/R/for_each_draw.R
index 6aabbecb..d7cb91b7 100644
--- a/R/for_each_draw.R
+++ b/R/for_each_draw.R
@@ -7,7 +7,8 @@
#' @param expr (expression) A bare expression that can contain references to
#' variables in `x` by name. This expression will be executed once per draw
#' of `x`, where references to variables in `x` resolve to the value of that
-#' variable in that draw. The expression supports [quasiquotation].
+#' variable in that draw. The expression supports
+#' [quasiquotation][rlang::quasiquotation].
#'
#' @details
#' If `x` is not in the [`draws_rvars`] format, it is first converted to that
diff --git a/R/rvar-rfun.R b/R/rvar-rfun.R
index 27931988..83099875 100755
--- a/R/rvar-rfun.R
+++ b/R/rvar-rfun.R
@@ -115,7 +115,7 @@ rfun <- function (.f, rvar_args = NULL, rvar_dots = TRUE, ndraws = NULL) {
#' producing a new [`rvar`].
#'
#' @param expr (expression) A bare expression that can (optionally) contain
-#' [`rvar`]s. The expression supports [quasiquotation].
+#' [`rvar`]s. The expression supports [quasiquotation][rlang::quasiquotation].
#' @param ndraws (positive integer) The number of draws used to construct new
#' random variables if no [`rvar`]s are supplied in `expr`. If `NULL`,
#' `getOption("posterior.rvar_ndraws")` is used (default 4000). If `expr`
diff --git a/README.Rmd b/README.Rmd
index e6716c17..99f7c43a 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -288,5 +288,5 @@ doi.org/10.1214/20-BA1221
The **posterior** package is licensed under the following licenses:
-- Code: BSD 3-clause (https://opensource.org/license/bsd-3-clause/)
+- Code: BSD 3-clause (https://opensource.org/license/bsd-3-clause)
- Documentation: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/)
diff --git a/README.md b/README.md
index ad0cdd5f..81a7202e 100644
--- a/README.md
+++ b/README.md
@@ -464,6 +464,6 @@ assessing convergence of MCMC (with discussion). *Bayesian Analysis*.
The **posterior** package is licensed under the following licenses:
-- Code: BSD 3-clause ()
+- Code: BSD 3-clause ()
- Documentation: CC-BY 4.0
()
diff --git a/docs/index.html b/docs/index.html
index ae75cc26..c457eb22 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -480,7 +480,7 @@ Code: BSD 3-clause (https://opensource.org/license/bsd-3-clause)
Documentation: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/)
diff --git a/man/for_each_draw.Rd b/man/for_each_draw.Rd
index 4c84f31e..531303d8 100644
--- a/man/for_each_draw.Rd
+++ b/man/for_each_draw.Rd
@@ -13,7 +13,8 @@ is defined.}
\item{expr}{(expression) A bare expression that can contain references to
variables in \code{x} by name. This expression will be executed once per draw
of \code{x}, where references to variables in \code{x} resolve to the value of that
-variable in that draw. The expression supports \link{quasiquotation}.}
+variable in that draw. The expression supports
+\link[rlang:topic-inject]{quasiquotation}.}
}
\value{
As \code{for_each_draw()} is used primarily for its side effects (the expression
diff --git a/man/rdo.Rd b/man/rdo.Rd
index f3031d5c..b75ca40c 100755
--- a/man/rdo.Rd
+++ b/man/rdo.Rd
@@ -8,7 +8,7 @@ rdo(expr, dim = NULL, ndraws = NULL)
}
\arguments{
\item{expr}{(expression) A bare expression that can (optionally) contain
-\code{\link{rvar}}s. The expression supports \link{quasiquotation}.}
+\code{\link{rvar}}s. The expression supports \link[rlang:topic-inject]{quasiquotation}.}
\item{dim}{(integer vector) One or more integers giving the maximal indices
in each dimension to override the dimensions of the \code{\link{rvar}} to be created