Skip to content

Commit

Permalink
Doc links change (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: Javier Ramirez Molina <[email protected]>
  • Loading branch information
jramirezvt and Javier Ramirez Molina authored Nov 27, 2023
1 parent a55f868 commit 0810dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/virustotal/vt_ida/plugin_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,11 @@ def __init__(self):
""", {
'cHtml1': ida_kernwin.Form.StringLabel(
'<a href=\"https://support.virustotal.com/hc/en-us/articles/115002145529-Terms-of-Service\">Terms of Service</a>',
'<a href=\"https://docs.virustotal.com/docs/terms-of-service\">Terms of Service</a>',
tp=ida_kernwin.Form.FT_HTML_LABEL
),
'cHtml2': ida_kernwin.Form.StringLabel(
'<a href=\"https://support.virustotal.com/hc/en-us/articles/115002168385-Privacy-Policy\">Privacy Policy</a>',
'<a href=\"https://docs.virustotal.com/docs/privacy-policy\">Privacy Policy</a>',
tp=ida_kernwin.Form.FT_HTML_LABEL
)
})
Expand Down

0 comments on commit 0810dac

Please sign in to comment.