From 28f90fbf21952830784aa75a11b85b1cbf936537 Mon Sep 17 00:00:00 2001 From: liuwei Date: Sun, 28 Apr 2019 16:36:55 +0800 Subject: [PATCH] update git.openstack.org to opendev Change-Id: I4120656bd160ccfafee1998b56676465a7b023f3 --- ptgbot/bot.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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