diff --git a/README.md b/README.md index 9614b4d..c5d20f9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ python-oletools =============== -[![PyPI](https://img.shields.io/pypi/v/oletools.svg)](https://pypi.python.org/pypi/oletools) +[![PyPI](https://img.shields.io/pypi/v/oletools.svg)](https://pypi.org/project/oletools/) [![Build Status](https://travis-ci.org/decalage2/oletools.svg?branch=master)](https://travis-ci.org/decalage2/oletools) [oletools](http://www.decalage.info/python/oletools) is a package of python tools to analyze diff --git a/oletools/README.html b/oletools/README.html index 8f157e6..4da6e8a 100644 --- a/oletools/README.html +++ b/oletools/README.html @@ -17,7 +17,7 @@

python-oletools

-

PyPI Build Status

+

PyPI Build Status

oletools is a package of python tools to analyze Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), such as Microsoft Office documents or Outlook messages, mainly for malware analysis, forensics and debugging. It is based on the olefile parser. See http://www.decalage.info/python/oletools for more info.

Quick links: Home page - Download/Install - Documentation - Report Issues/Suggestions/Questions - Contact the Author - Repository - Updates on Twitter Cheatsheet

Note: python-oletools is not related to OLETools published by BeCubed Software.

diff --git a/oletools/README.rst b/oletools/README.rst index bbf818d..323a954 100644 --- a/oletools/README.rst +++ b/oletools/README.rst @@ -240,6 +240,6 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .. |PyPI| image:: https://img.shields.io/pypi/v/oletools.svg - :target: https://pypi.python.org/pypi/oletools + :target: https://pypi.org/project/oletools/ .. |Build Status| image:: https://travis-ci.org/decalage2/oletools.svg?branch=master :target: https://travis-ci.org/decalage2/oletools diff --git a/oletools/mraptor_milter.py b/oletools/mraptor_milter.py index 2856a36..6b70309 100644 --- a/oletools/mraptor_milter.py +++ b/oletools/mraptor_milter.py @@ -405,7 +405,7 @@ if __name__ == "__main__": daemon.start() # Using python-daemon - Does not work as-is, need to create the PID file - # See https://pypi.python.org/pypi/python-daemon/ + # See https://pypi.org/project/python-daemon/ # See PEP-3143: https://www.python.org/dev/peps/pep-3143/ # import daemon # import lockfile diff --git a/oletools/thirdparty/colorclass/__init__.py b/oletools/thirdparty/colorclass/__init__.py index cae4016..a533415 100644 --- a/oletools/thirdparty/colorclass/__init__.py +++ b/oletools/thirdparty/colorclass/__init__.py @@ -5,7 +5,7 @@ Supported natively on Linux and Mac OSX (Just Works), and on Windows it works th Gives you expected and sane results from methods like len() and .capitalize(). https://github.com/Robpol86/colorclass -https://pypi.python.org/pypi/colorclass +https://pypi.org/project/colorclass/ """ from colorclass.codes import list_tags # noqa diff --git a/setup.py b/setup.py index 483e2d8..9bbbc34 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ url = "http://www.decalage.info/python/oletools" license = "BSD" download_url = "https://github.com/decalage2/oletools/releases" -# see https://pypi.python.org/pypi?%3Aaction=list_classifiers +# see https://pypi.org/pypi?%3Aaction=list_classifiers classifiers=[ "Development Status :: 4 - Beta", "Intended Audience :: Developers",