Skip to content

Commit eafdd9d

Browse files
committed
Fix url
1 parent fc6fba3 commit eafdd9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/credential.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ cred_env <- function(username = NULL, password = NULL) {
5858
##' see \code{\link[base]{Startup}}. On GitHub, personal access tokens
5959
##' function like ordinary OAuth access tokens. They can be used
6060
##' instead of a password for Git over HTTPS, see
61-
##' \url{help.github.com/articles/creating-an-access-token-for-command-line-use}
61+
##' \url{https://help.github.com/articles/creating-an-access-token-for-command-line-use}
6262
##' @family git credential functions
6363
##' @param token The name of the environmental variable that holds the
6464
##' personal access token for the authentication. Default is

man/cred_token.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)