Skip to content

Commit

Permalink
Update docs links (#85)
Browse files Browse the repository at this point in the history
* Update docs links

* More links changes

---------

Co-authored-by: Javier Ramirez Molina <[email protected]>
  • Loading branch information
jramirezvt and Javier Ramirez Molina authored Nov 27, 2023
1 parent f42150a commit 5473568
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ And much [more](doc/vt.md)...

## Getting started

As this tool use the [VirusTotal API](https://developers.virustotal.com/v3.0/reference) under the hood, you will need a VirusTotal API key. By [signing-up](https://www.virustotal.com/#/join-us) with VirusTotal you will receive a free API key, however free API keys have a limited amount of requests per minute, and they don't have access to some premium features like searches and file downloads. If you are interested in using those premium features please [contact us](https://support.virustotal.com/hc/en-us/requests/new).
As this tool use the [VirusTotal API](https://docs.virustotal.com/reference) under the hood, you will need a VirusTotal API key. By [signing-up](https://www.virustotal.com/#/join-us) with VirusTotal you will receive a free API key, however free API keys have a limited amount of requests per minute, and they don't have access to some premium features like searches and file downloads. If you are interested in using those premium features please [contact us](https://www.virustotal.com/gui/contact-us/).

### Installing the tool

Expand Down
2 changes: 1 addition & 1 deletion cmd/monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ This command allows you to manage the contents of your account and retrieve
information about analyses performed to your collection.
Reference:
https://developers.virustotal.com/v3.0/reference#monitor`
https://docs.virustotal.com/reference/monitor`

// NewMonitorCmd returns a new instance of the 'monitor_item' command.
func NewMonitorCmd() *cobra.Command {
Expand Down
2 changes: 1 addition & 1 deletion cmd/monitorpartner.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ var monitorPartnerCmdHelp = `Manage your VirusTotal Monitor Partner account.
This command allows you to list and retrieve files detected by your engine.
Reference:
https://developers.virustotal.com/v3.0/reference#monitor-partner`
https://docs.virustotal.com/reference/monitor-partner`

// NewMonitorPartnerCmd returns a new instance of the 'monitor_hash' command.
func NewMonitorPartnerCmd() *cobra.Command {
Expand Down
2 changes: 1 addition & 1 deletion doc/vt_monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This command allows you to manage the contents of your account and retrieve
information about analyses performed to your collection.

Reference:
https://developers.virustotal.com/v3.0/reference#monitor
https://docs.virustotal.com/reference/monitor

```
vt monitor [monitor_id]... [flags]
Expand Down
2 changes: 1 addition & 1 deletion doc/vt_monitorpartner.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Manage your VirusTotal Monitor Partner account.
This command allows you to list and retrieve files detected by your engine.

Reference:
https://developers.virustotal.com/v3.0/reference#monitor-partner
https://docs.virustotal.com/reference/monitor-partner

### Options

Expand Down
2 changes: 1 addition & 1 deletion man/vt_monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This command allows you to manage the contents of your account and retrieve
information about analyses performed to your collection.

Reference:
https://developers.virustotal.com/v3.0/reference#monitor
https://docs.virustotal.com/reference/monitor

```
vt monitor [monitor_id]... [flags]
Expand Down
2 changes: 1 addition & 1 deletion man/vt_monitorpartner.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Manage your VirusTotal Monitor Partner account.
This command allows you to list and retrieve files detected by your engine.

Reference:
https://developers.virustotal.com/v3.0/reference#monitor-partner
https://docs.virustotal.com/reference/monitor-partner

### Options

Expand Down

0 comments on commit 5473568

Please sign in to comment.