Skip to content

Commit 47218b6

Browse files
committed
docs: API link update
1 parent 6dc6c7c commit 47218b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/search-pv.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ get_default_sort <- function(endpoint) {
179179
#' A value of \code{NULL} indicates to the API that it should return the default fields
180180
#' for that endpoint. Acceptable fields for a given endpoint can be found at the API's
181181
#' online documentation (e.g., check out the field list for the
182-
#' \href{https://search.patentsview.org/docs/docs/Search%20API/SearchAPIReference#patent}{patents
182+
#' \href{https://search.patentsview.org/docs/docs/Search%20API/SearchAPIReference/#patent}{patents
183183
#' endpoint}) or by viewing the \code{fieldsdf} data frame
184184
#' (\code{View(fieldsdf)}). You can also use \code{\link{get_fields}} to list
185185
#' out the fields available for a given endpoint.
@@ -217,7 +217,7 @@ get_default_sort <- function(endpoint) {
217217
#' your query is very long (say, over 2,000 characters in length).
218218
#' @param error_browser `r lifecycle::badge("deprecated")`
219219
#' @param api_key API key, it defaults to Sys.getenv("PATENTSVIEW_API_KEY"). Request a key
220-
#' \href{https://patentsview.org/apis/keyrequest}{here}.
220+
#' \href{https://patentsview-support.atlassian.net/servicedesk/customer/portals}{here}.
221221
#' @param ... Curl options passed along to httr2's \code{\link[httr2]{req_options}}
222222
#' when we do GETs or POSTs.
223223
#'

0 commit comments

Comments
 (0)