Skip to content

Commit

Permalink
Fixes #3956: Broken support link.
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Dec 16, 2019
1 parent d95be0a commit 6a6779a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Robo/Exceptions/BltException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 6a6779a

Please sign in to comment.