From 8c60ef5bd6d6499e897e3045c8c58c5d0d0401fb Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Sun, 4 Feb 2024 17:00:13 +0100 Subject: [PATCH] Update link in error message to the correct documentation --- app/Livewire/Server/ShowPrivateKey.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Livewire/Server/ShowPrivateKey.php b/app/Livewire/Server/ShowPrivateKey.php index 0834866c1..43b55fbb6 100644 --- a/app/Livewire/Server/ShowPrivateKey.php +++ b/app/Livewire/Server/ShowPrivateKey.php @@ -39,7 +39,7 @@ class ShowPrivateKey extends Component if ($uptime) { $this->dispatch('success', 'Server is reachable.'); } else { - $this->dispatch('error', 'Server is not reachable.
Please validate your configuration and connection.

Check this documentation for further help.'); + $this->dispatch('error', 'Server is not reachable.
Please validate your configuration and connection.

Check this documentation for further help.'); return; } } catch (\Throwable $e) {