From 2410bf3893214a5525701e743762d99ffd6cd208 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Wed, 8 Jun 2016 23:00:25 +0200 Subject: [PATCH] mraptor: updated issues URL --- oletools/mraptor.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oletools/mraptor.py b/oletools/mraptor.py index 569f1bb..c923948 100755 --- a/oletools/mraptor.py +++ b/oletools/mraptor.py @@ -75,7 +75,8 @@ log = olevba.get_logger('mraptor') #--- CONSTANTS ---------------------------------------------------------------- # URL and message to report issues: -URL_ISSUES = 'https://bitbucket.org/decalage/oletools/issues' +# TODO: make it a common variable for all oletools +URL_ISSUES = 'https://github.com/decalage2/oletools/issues' MSG_ISSUES = 'Please report this issue on %s' % URL_ISSUES # 'AutoExec', 'AutoOpen', 'Auto_Open', 'AutoClose', 'Auto_Close', 'AutoNew', 'AutoExit', -- libgit2 0.21.4