Skip to content

Commit

Permalink
Update api_keys.R
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed Feb 29, 2024
1 parent 994dd07 commit b71b403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/api_keys.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ check_connection_google <- function() {
check_web_connection("https://www.google.com")
}
check_connection_documentation <- function() {
check_web_connection("https://DataRapi.github.io/Rapi/")
check_web_connection("https://datarapi.github.io/Rapi/")
}

check_list_connections <- function(verbose = TRUE) {
Expand Down

0 comments on commit b71b403

Please sign in to comment.