Skip to content

Commit

Permalink
Update doc references (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
silviacuenca authored Jul 8, 2024
1 parent adf0ea6 commit b198130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ func (cli *Client) DeleteData(url *url.URL, data interface{}, options ...Request
// a collection, not an object, but not all collections accept this operation.
// For more information about collection and objects in the VirusTotal API see:
//
// https://developers.virustotal.com/v3.0/reference#objects
// https://developers.virustotal.com/v3.0/reference#collections
// https://docs.virustotal.com/reference/objects
// https://docs.virustotal.com/reference/collections
//
// This function updates the object with data returned from the server, so
// the object's attributes can differ from those it had before the call.
Expand Down

0 comments on commit b198130

Please sign in to comment.