From 6a6779aebbabe310f431d1ff05dfde4f836d38eb Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Mon, 16 Dec 2019 15:40:41 -0800 Subject: [PATCH] Fixes #3956: Broken support link. --- src/Robo/Exceptions/BltException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Robo/Exceptions/BltException.php b/src/Robo/Exceptions/BltException.php index 0eabeb936..d37f7716b 100644 --- a/src/Robo/Exceptions/BltException.php +++ b/src/Robo/Exceptions/BltException.php @@ -18,7 +18,7 @@ public function __construct( \Throwable $previous = NULL ) { - $message .= "\nFor troubleshooting guidance and support, see https://docs.acquia.com/blt/faq/"; + $message .= "\nFor troubleshooting guidance and support, see https://docs.acquia.com/blt/support/"; parent::__construct($message, $code, $previous); $this->transmitAnalytics();