Commit 2410bf3893214a5525701e743762d99ffd6cd208

Authored by decalage2
1 parent ad513de6

mraptor: updated issues URL

Showing 1 changed file with 2 additions and 1 deletions
oletools/mraptor.py
@@ -75,7 +75,8 @@ log = olevba.get_logger('mraptor') @@ -75,7 +75,8 @@ log = olevba.get_logger('mraptor')
75 #--- CONSTANTS ---------------------------------------------------------------- 75 #--- CONSTANTS ----------------------------------------------------------------
76 76
77 # URL and message to report issues: 77 # URL and message to report issues:
78 -URL_ISSUES = 'https://bitbucket.org/decalage/oletools/issues' 78 +# TODO: make it a common variable for all oletools
  79 +URL_ISSUES = 'https://github.com/decalage2/oletools/issues'
79 MSG_ISSUES = 'Please report this issue on %s' % URL_ISSUES 80 MSG_ISSUES = 'Please report this issue on %s' % URL_ISSUES
80 81
81 # 'AutoExec', 'AutoOpen', 'Auto_Open', 'AutoClose', 'Auto_Close', 'AutoNew', 'AutoExit', 82 # 'AutoExec', 'AutoOpen', 'Auto_Open', 'AutoClose', 'Auto_Close', 'AutoNew', 'AutoExit',