Skip to content

Commit

Permalink
fix: incorrect link for downloading updates
Browse files Browse the repository at this point in the history
Resolves #33
  • Loading branch information
Merrit committed Nov 13, 2024
1 parent 6982cc1 commit 1ce5f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/core/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'package:helpers/helpers.dart';
const String kDonateUrl = 'https://merritt.codes/support/';
const String kPackageId = 'codes.merritt.adventurelist';
const String kRepoUrl = 'https://github.com/Merrit/adventure_list';
const String kWebsiteUrl = 'https://merritt.codes/bargain/';
const String kWebsiteUrl = 'https://github.com/Merrit/adventure_list';

/// The paths to the app's icons.
abstract class AppIcons {
Expand Down

0 comments on commit 1ce5f5a

Please sign in to comment.