Skip to content

Commit ff06553

Browse files
authored
Merge pull request #2615 from certtools/fix-orpan-url
bin: fix link to orphaned queues FAQ
2 parents 536b91a + 060023f commit ff06553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intelmq/bin/intelmqctl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -898,8 +898,8 @@ def check(self, no_connections=False, check_executables=True):
898898
if orphan_queues:
899899
check_logger.warning("Orphaned queues found: '%s'. Possible leftover from past reconfigurations "
900900
"without cleanup. Have a look at the FAQ at "
901-
"https://docs.intelmq.org/latest/admin/faq/"
902-
"#orphaned-queues", orphan_queues)
901+
"https://docs.intelmq.org/latest/admin/management/intelmq/#orphaned-queues",
902+
orphan_queues)
903903

904904
check_logger.info('Checking harmonization configuration.')
905905
for event_type, event_type_conf in files[HARMONIZATION_CONF_FILE].items():

0 commit comments

Comments
 (0)