Merge "Trivial: Update pypi url to new url"

This commit is contained in:
Zuul 2018-05-15 07:46:57 +00:00 committed by Gerrit Code Review
commit 0f9e42d6d3
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class MySql(checks.AgentCheck):
except ImportError:
raise Exception(
"Cannot import PyMySQl module. Check the instructions "
"to install this module at https://pypi.python.org/pypi/PyMySQL")
"to install this module at https://pypi.org/project/PyMySQL/")
if defaults_file != '':
db = pymysql.connect(read_default_file=defaults_file)