From ca9c3a15f3ad7b0c3dd91fcd9e8f887a566c8292 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Thu, 10 Jul 2025 18:51:59 +0200 Subject: [PATCH] Corrected links --- lib/core/constants.dart | 5 +++-- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/core/constants.dart b/lib/core/constants.dart index ce8c30a..10b062d 100644 --- a/lib/core/constants.dart +++ b/lib/core/constants.dart @@ -6,8 +6,9 @@ class Constants { static const String INSTAGRAM_LINK = 'https://instagram.felixkirchner.de'; static const String GITHUB_LINK = 'https://github1.felixkirchner.de'; static const String GITHUB_ISSUES_LINK = - 'cabocounter-issues.felixkirchner.de'; - static const String GITHUB_WIKI_LINK = 'cabocounter-wiki.felixkirchner.de '; + 'https://cabocounter-issues.felixkirchner.de'; + static const String GITHUB_WIKI_LINK = + 'https://cabocounter-wiki.felixkirchner.de'; static const String EMAIL = 'cabocounter@felixkirchner.de'; static const String PRIVACY_POLICY_LINK = 'https://www.privacypolicies.com/live/1b3759d4-b2f1-4511-8e3b-21bb1626be68'; diff --git a/pubspec.yaml b/pubspec.yaml index 795551a..4625269 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: cabo_counter description: "Mobile app for the card game Cabo" publish_to: 'none' -version: 0.4.0+452 +version: 0.4.0+456 environment: sdk: ^3.5.4