From a770c21c06471e4726e20e5ca126e34184e42eaa Mon Sep 17 00:00:00 2001 From: melissaml Date: Sat, 21 Apr 2018 13:26:03 +0800 Subject: [PATCH] Trivial: Update pypi url to new url Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/ [2] https://pypi.org/project/ Change-Id: I2c0bf3844e9c56f78269ac1746c780b640dd1e9c --- analyze-oslo.sh | 2 +- oslobot/plugins/oslobot/oslobot.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/analyze-oslo.sh b/analyze-oslo.sh index cd35bd1..782b292 100755 --- a/analyze-oslo.sh +++ b/analyze-oslo.sh @@ -3,7 +3,7 @@ # This requires gitinspector to be installed # it can be gotten from: # -# - https://pypi.python.org/pypi/gitinspector/0.3.2 +# - https://pypi.org/project/gitinspector/0.3.2 # - https://github.com/ejwa/gitinspector # Check out a new copy of a repository and set it up to be a useful diff --git a/oslobot/plugins/oslobot/oslobot.py b/oslobot/plugins/oslobot/oslobot.py index 65b14db..dd9e288 100644 --- a/oslobot/plugins/oslobot/oslobot.py +++ b/oslobot/plugins/oslobot/oslobot.py @@ -135,7 +135,7 @@ class OsloBotPlugin(BotPlugin): 'periodic_connect_timeout': 1.0, 'periodic_url_tpl': ("http://health.openstack.org/runs/key/" "build_name/%(build_name)s/recent/rss"), - # See: https://pypi.python.org/pypi/tabulate + # See: https://pypi.org/project/tabulate 'tabulate_format': 'plain', 'periodic_exclude_when': { # Exclude failure results that are more than X months old...