We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21f87d commit 59aecf2Copy full SHA for 59aecf2
R/utils-api-responses.R
@@ -23,7 +23,7 @@ process_response <- function(res) {
23
if (res$status_code > 500) {
24
abort(paste0(
25
"Encountered an unexpected error with the OSF API\n",
26
- "Please report this at https://github.com/aaronwolen/osfr/issues\n",
+ "Please report this at https://github.com/centerforopenscience/osfr/issues\n",
27
"* Status code: ", res$status_code, "\n",
28
"* Request: ", res$request$url$url
29
))
0 commit comments