diff --git a/locust/runners.py b/locust/runners.py index 386dd2ac2b..fabebed0cd 100644 --- a/locust/runners.py +++ b/locust/runners.py @@ -196,7 +196,7 @@ def cpu_log_warning(self) -> bool: """Called at the end of the test""" if self.cpu_warning_emitted: logger.warning( - "CPU usage was too high at some point during the test! See https://docs.locust.io/en/stable/running-locust-distributed.html for how to distribute the load over multiple CPU cores or machines" + "CPU usage was too high at some point during the test! See https://docs.locust.io/en/stable/running-distributed.html for how to distribute the load over multiple CPU cores or machines" ) return self.cpu_warning_emitted