diff --git a/ptgbot/bot.py b/ptgbot/bot.py index d324d55..52ec8f6 100644 --- a/ptgbot/bot.py +++ b/ptgbot/bot.py @@ -44,7 +44,7 @@ irc.client.ServerConnection.buffer_class.errors = 'replace' MESSAGE_CONTINUATION_SLEEP = 0.5 # The amount of time to sleep between messages. ANTI_FLOOD_SLEEP = 2 -DOC_URL = 'https://git.openstack.org/cgit/openstack/ptgbot/tree/README.rst' +DOC_URL = 'https://opendev.org/openstack/ptgbot/src/branch/master/README.rst' class PTGBot(SASL, SSL, irc.bot.SingleServerIRCBot): diff --git a/setup.cfg b/setup.cfg index 7946242..2a1f9ea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack Infrastructure Team author-email = openstack-infra@lists.openstack.org -home-page = https://git.openstack.org/cgit/openstack-infra/ptgbot +home-page = https://opendev.org/openstack/ptgbot classifier = Intended Audience :: Information Technology Intended Audience :: System Administrators