Skip to content

Commit 7ef1bf4

Browse files
committed
Fix link
1 parent 0db98cf commit 7ef1bf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/url.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ url_parse <- function(url, base_url = NULL) {
5252
#' and all other values will be updated. Note that removing `scheme` or
5353
#' `hostname` will create a relative URL.
5454
#'
55-
#' @param url,.url A string or [parsed URL](url_parse).
55+
#' @param url,.url A string or [parsed URL][url_parse()].
5656
#' @param scheme The scheme, typically either `http` or `https`.
5757
#' @param hostname The hostname, e.g., `www.google.com` or `posit.co`.
5858
#' @param username,password Username and password to embed in the URL.

man/url_modify.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)