diff --git a/DESCRIPTION b/DESCRIPTION index 3a495500..8c99592c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -60,5 +60,5 @@ VignetteBuilder: Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.0 +RoxygenNote: 7.3.2 Language: en-US diff --git a/R/auth.R b/R/auth.R index 3c11f24b..cebe5390 100644 --- a/R/auth.R +++ b/R/auth.R @@ -1,7 +1,7 @@ #' Set up default authentication #' #' You'll need to run this function once per computer so that rtweet can use -#' your personal Twitter account. See [rtweet_app()]/[rtweet_bot] and +#' your personal Twitter account. See [rtweet_app()]/[rtweet_bot()] and #' [auth_save()] for other authentication options. #' #' It will use the current logged in account on the default browser to detect diff --git a/man/auth_setup_default.Rd b/man/auth_setup_default.Rd index 7ed19ba9..3d2391b6 100644 --- a/man/auth_setup_default.Rd +++ b/man/auth_setup_default.Rd @@ -15,7 +15,7 @@ auth_has_default() } \description{ You'll need to run this function once per computer so that rtweet can use -your personal Twitter account. See \code{\link[=rtweet_app]{rtweet_app()}}/\link{rtweet_bot} and +your personal Twitter account. See \code{\link[=rtweet_app]{rtweet_app()}}/\code{\link[=rtweet_bot]{rtweet_bot()}} and \code{\link[=auth_save]{auth_save()}} for other authentication options. } \details{