Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e44799f

Browse files
authored
change core-resources to customer-resources (Hacker0x01#419)
Co-authored-by: Brian Reigersberg <[email protected]>
1 parent 955585a commit e44799f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/programs/audit-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To access your audit log, go to **Program Settings > General > Audit Log**.
1515

1616
![program audit log](./images/program-audit-log.png)
1717

18-
You can also access the audit log via the API. See this article from the HackerOne API documentation to learn more: https://api.hackerone.com/core-resources/#programs-get-audit-log
18+
You can also access the audit log via the API. See this article from the HackerOne API documentation to learn more: https://api.hackerone.com/customer-resources/#programs-get-audit-log
1919

2020
> **Note:** You must be an administrator of your program in order to access this feature.
2121

docs/programs/servicenow-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Filter Conditions | State: changes to : Closed
322322
var r = new sn_ws.RESTMessageV2('HackerOne', 'Close Report');
323323
r.setStringParameterNoEscape('sys_id', current.sys_id);
324324
// Set the HackerOne report state.
325-
// Possible state changes can be found here https://api.hackerone.com/core-resources/#reports-change-state
325+
// Possible state changes can be found here https://api.hackerone.com/customer-resources/#reports-change-state
326326
r.setStringParameterNoEscape('hackerone_report_state', 'resolved');
327327
var response = r.execute();
328328
}

0 commit comments

Comments
 (0)