Skip to content

Commit 5473568

Browse files
jramirezvtJavier Ramirez Molina
andauthored
Update docs links (#85)
* Update docs links * More links changes --------- Co-authored-by: Javier Ramirez Molina <[email protected]>
1 parent f42150a commit 5473568

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ And much [more](doc/vt.md)...
1616

1717
## Getting started
1818

19-
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).
19+
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/).
2020

2121
### Installing the tool
2222

cmd/monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ This command allows you to manage the contents of your account and retrieve
442442
information about analyses performed to your collection.
443443
444444
Reference:
445-
https://developers.virustotal.com/v3.0/reference#monitor`
445+
https://docs.virustotal.com/reference/monitor`
446446

447447
// NewMonitorCmd returns a new instance of the 'monitor_item' command.
448448
func NewMonitorCmd() *cobra.Command {

cmd/monitorpartner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ var monitorPartnerCmdHelp = `Manage your VirusTotal Monitor Partner account.
148148
This command allows you to list and retrieve files detected by your engine.
149149
150150
Reference:
151-
https://developers.virustotal.com/v3.0/reference#monitor-partner`
151+
https://docs.virustotal.com/reference/monitor-partner`
152152

153153
// NewMonitorPartnerCmd returns a new instance of the 'monitor_hash' command.
154154
func NewMonitorPartnerCmd() *cobra.Command {

doc/vt_monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This command allows you to manage the contents of your account and retrieve
1010
information about analyses performed to your collection.
1111

1212
Reference:
13-
https://developers.virustotal.com/v3.0/reference#monitor
13+
https://docs.virustotal.com/reference/monitor
1414

1515
```
1616
vt monitor [monitor_id]... [flags]

doc/vt_monitorpartner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Manage your VirusTotal Monitor Partner account.
99
This command allows you to list and retrieve files detected by your engine.
1010

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

1414
### Options
1515

man/vt_monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This command allows you to manage the contents of your account and retrieve
1010
information about analyses performed to your collection.
1111

1212
Reference:
13-
https://developers.virustotal.com/v3.0/reference#monitor
13+
https://docs.virustotal.com/reference/monitor
1414

1515
```
1616
vt monitor [monitor_id]... [flags]

man/vt_monitorpartner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Manage your VirusTotal Monitor Partner account.
99
This command allows you to list and retrieve files detected by your engine.
1010

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

1414
### Options
1515

0 commit comments

Comments
 (0)