Skip to content

Commit b1259c6

Browse files
committed
Fixed URL in function
1 parent 59bdb1f commit b1259c6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

R/ip-history.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#' API functions will look for these in the `XFORCE_API_KEY` and
77
#' `XFORCE_API_PASSWORD` environment variables. You can store these
88
#' in `~/.Renviron` and you can obtain them
9-
#' [on the IBM X-Force Portal](api_key=Sys.getenv("XFORCE_API_KEY")).
9+
#' [on the IBM X-Force Portal](https://exchange.xforce.ibmcloud.com/settings/api).
1010
#' @export
1111
#' @examples \donrun{
1212
#' xforce_ip_history("174.62.167.97")

R/malware-hash.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#' API functions will look for these in the `XFORCE_API_KEY` and
77
#' `XFORCE_API_PASSWORD` environment variables. You can store these
88
#' in `~/.Renviron` and you can obtain them
9-
#' [on the IBM X-Force Portal](api_key=Sys.getenv("XFORCE_API_KEY")).
9+
#' [on the IBM X-Force Portal](https://exchange.xforce.ibmcloud.com/settings/api).
1010
#' @export
1111
#' @examples \donrun{
1212
#' xforce_malware_for_hash("474B9CCF5AB9D72CA8A333889BBB34F0")

R/user-profile.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#' API functions will look for these in the `XFORCE_API_KEY` and
66
#' `XFORCE_API_PASSWORD` environment variables. You can store these
77
#' in `~/.Renviron` and you can obtain them
8-
#' [on the IBM X-Force Portal](api_key=Sys.getenv("XFORCE_API_KEY")).
8+
#' [on the IBM X-Force Portal](https://exchange.xforce.ibmcloud.com/settings/api).
99
#' @export
1010
#' @examples \donrun{
1111
#' xforce_user_profile()

man/xforce_ip_history.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/xforce_malware_for_hash.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/xforce_user_profile.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)