Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jan 8, 2025
1 parent 0db98cf commit 7ef1bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/url.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ url_parse <- function(url, base_url = NULL) {
#' and all other values will be updated. Note that removing `scheme` or
#' `hostname` will create a relative URL.
#'
#' @param url,.url A string or [parsed URL](url_parse).
#' @param url,.url A string or [parsed URL][url_parse()].
#' @param scheme The scheme, typically either `http` or `https`.
#' @param hostname The hostname, e.g., `www.google.com` or `posit.co`.
#' @param username,password Username and password to embed in the URL.
Expand Down
2 changes: 1 addition & 1 deletion man/url_modify.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ef1bf4

Please sign in to comment.