From 05c1ae5f8ee55bf129343f4c8fe0442d31ac3b9e Mon Sep 17 00:00:00 2001 From: Carsten Riel <carsten@suma-ev.de> Date: Mon, 18 May 2020 09:15:33 +0000 Subject: [PATCH] Update resources/views/index.blade.php --- resources/views/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 017f1cd00..25d8debd4 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -22,7 +22,7 @@ @if(LaravelLocalization::getCurrentLocale() === "de") <a href="https://suma-ev.de" target="_blank"> @else - <a href="https://suma-ev.de/en/index.html" target="_blank"> + <a href="https://suma-ev.de/" target="_blank"> @endif <img alt="rainbow" src="/img/rainbow.svg"> <span>@lang('index.about.2.1')</span> -- GitLab