Skip to content

Commit 59aecf2

Browse files
committed
Remove mention of forked repo
1 parent c21f87d commit 59aecf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils-api-responses.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ process_response <- function(res) {
2323
if (res$status_code > 500) {
2424
abort(paste0(
2525
"Encountered an unexpected error with the OSF API\n",
26-
"Please report this at https://github.com/aaronwolen/osfr/issues\n",
26+
"Please report this at https://github.com/centerforopenscience/osfr/issues\n",
2727
"* Status code: ", res$status_code, "\n",
2828
"* Request: ", res$request$url$url
2929
))

0 commit comments

Comments
 (0)