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...