From 3444724fdd2b4ab6ee2c89d64604924b76cb5be3 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 27 Aug 2020 00:49:01 -0700 Subject: [PATCH] Update url --- metrics/alerting.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics/alerting.go b/metrics/alerting.go index 4a2dd0aa2..15a79a9cd 100644 --- a/metrics/alerting.go +++ b/metrics/alerting.go @@ -7,7 +7,7 @@ import ( const maxCPUAlertingThresholdPCT = 95 const maxRAMAlertingThresholdPCT = 95 -const alertingError = "The %s utilization of %d%% is higher than the alerting threshold of %d%%. This can cause issues with video generation and delivery. Please visit the documentation at https://github.com/gabek/owncast/blob/master/doc/troubleshooting.md to help troubleshoot this issue." +const alertingError = "The %s utilization of %d%% is higher than the alerting threshold of %d%%. This can cause issues with video generation and delivery. Please visit the documentation at http://owncast.online/docs/troubleshooting/ to help troubleshoot this issue." func handleAlerting() { handleCPUAlerting()