From b198130ecc4f9a58d5419cdad47fdaab31916fe2 Mon Sep 17 00:00:00 2001 From: silviacuenca <105930472+silviacuenca@users.noreply.github.com> Date: Mon, 8 Jul 2024 17:00:51 +0200 Subject: [PATCH] Update doc references (#38) --- client.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.go b/client.go index 8047af4..1e18ba3 100644 --- a/client.go +++ b/client.go @@ -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.