Commit 55a2d38dd3b9516bbcd512cdb58845042911605c
1 parent
646391c6
rtfobj: updated issues URL
Showing
1 changed file
with
1 additions
and
1 deletions
oletools/rtfobj.py
| ... | ... | @@ -382,7 +382,7 @@ if __name__ == '__main__': |
| 382 | 382 | # print banner with version |
| 383 | 383 | print ('rtfobj %s - http://decalage.info/python/oletools' % __version__) |
| 384 | 384 | print ('THIS IS WORK IN PROGRESS - Check updates regularly!') |
| 385 | - print ('Please report any issue at https://bitbucket.org/decalage/oletools/issues') | |
| 385 | + print ('Please report any issue at https://github.com/decalage2/oletools/issues') | |
| 386 | 386 | print ('') |
| 387 | 387 | |
| 388 | 388 | DEFAULT_LOG_LEVEL = "warning" # Default log level | ... | ... |