Skip to content

Commit

Permalink
docs: migrate outdated api docs links (#329)
Browse files Browse the repository at this point in the history
Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com>
  • Loading branch information
toph-allen and nealrichardson authored Nov 8, 2024
1 parent 5a44722 commit c5bfd8d
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Fixes #
## Checklist

- [ ] Does this change update `NEWS.md` (referencing the connected issue if necessary)?
- [ ] Does this change need documentation? Have you run `document()?
- [ ] Does this change need documentation? Have you run `devtools::document()`?
14 changes: 7 additions & 7 deletions R/get.R
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ get_groups <- function(src, page_size = 500, prefix = NULL, limit = Inf) {
#' * `guid`: The user's GUID, or unique identifier, in UUID RFC4122 format
#'
#' @details
#' Please see https://docs.posit.co/connect/api/#getGroupMembers for more
#' information.
#' Please see https://docs.posit.co/connect/api/#get-/v1/groups/-group_guid-/members
#' for more information.
#'
#' @examples
#' \dontrun{
Expand Down Expand Up @@ -424,8 +424,8 @@ content_list_guid_has_access <- function(content_list, guid) {
#' Guide explains how to interpret data_version values.
#'
#' @details
#' Please see https://docs.posit.co/connect/api/#getShinyAppUsage for more
#' information.
#' Please see https://docs.posit.co/connect/api/#get-/v1/instrumentation/shiny/usage
#' for more information.
#'
#' @examples
#' \dontrun{
Expand Down Expand Up @@ -517,8 +517,8 @@ get_usage_shiny <- function(src, content_guid = NULL,
#' values.
#'
#' @details
#' Please see https://docs.posit.co/connect/api/#getContentVisits for more
#' information.
#' Please see https://docs.posit.co/connect/api/#get-/v1/instrumentation/content/visits
#' for more information.
#'
#' @examples
#' \dontrun{
Expand Down Expand Up @@ -586,7 +586,7 @@ get_usage_static <- function(src, content_guid = NULL,
#' * `event_description`: Description of action
#'
#' @details
#' Please see https://docs.posit.co/connect/api/#getAuditLogs for more
#' Please see https://docs.posit.co/connect/api/#get-/v1/audit_logs for more
#' information.
#'
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion man/get_audit_logs.Rd

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

4 changes: 2 additions & 2 deletions man/get_group_members.Rd

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

5 changes: 0 additions & 5 deletions man/get_groups.Rd

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

4 changes: 2 additions & 2 deletions man/get_usage_shiny.Rd

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

4 changes: 2 additions & 2 deletions man/get_usage_static.Rd

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

0 comments on commit c5bfd8d

Please sign in to comment.