diff --git a/bots/irc-mirror.py b/api/integrations/irc/irc-mirror.py similarity index 100% rename from bots/irc-mirror.py rename to api/integrations/irc/irc-mirror.py diff --git a/bots/jabber_mirror.py b/api/integrations/jabber/jabber_mirror.py similarity index 100% rename from bots/jabber_mirror.py rename to api/integrations/jabber/jabber_mirror.py diff --git a/bots/jabber_mirror_backend.py b/api/integrations/jabber/jabber_mirror_backend.py similarity index 100% rename from bots/jabber_mirror_backend.py rename to api/integrations/jabber/jabber_mirror_backend.py diff --git a/docs/prod-maintain-secure-upgrade.md b/docs/prod-maintain-secure-upgrade.md index 48b99511e1..ba1949a586 100644 --- a/docs/prod-maintain-secure-upgrade.md +++ b/docs/prod-maintain-secure-upgrade.md @@ -406,8 +406,8 @@ the `knight` management command: If you need to manage the IRC, Jabber, or Zephyr mirrors, you will need to create API super users. To do this, use `./manage.py knight` with the `--permission=api_super_user` argument. See -`bots/irc-mirror.py` and `bots/jabber_mirror.py` for further detail on -these. +`api/integrations/irc-mirror.py` and +`api/integrations/jabber_mirror.py` for further detail on these. #### Exporting users and realms with manage.py export