From 961cb7fda905d408d302a0795d85603d0deba293 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 31 Jan 2022 15:51:45 +0200 Subject: [PATCH] Force build --- lib/constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.dart b/lib/constants.dart index bc036188a..e54fe34c6 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -69,7 +69,7 @@ const String kGitHubDiffUrl = 'https://github.com/invoiceninja/invoiceninja/compare/vVERSION...v5-stable'; const String kGitHubLangUrl = 'https://github.com/invoiceninja/invoiceninja/blob/master/resources/lang/en/texts.php'; -const String kStatusCheckUrl = 'https://status.invoiceninja.com/'; +const String kStatusCheckUrl = 'https://status.invoiceninja.com'; const String kGoogleAnalyticsUrl = 'https://support.google.com/analytics/answer/1037249?hl=en';