From dcf25ded38651a576a9e22885771e5b77114e4f1 Mon Sep 17 00:00:00 2001 From: esiayo <41133734+blackxfiied@users.noreply.github.com> Date: Sat, 9 Nov 2024 18:31:48 +0800 Subject: [PATCH] fix: 'Learn more' button in 'What's new' view leading to a dead webpage --- Mythic/WhatsNewCollection.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mythic/WhatsNewCollection.swift b/Mythic/WhatsNewCollection.swift index 4b8f8415..2e50a0a3 100644 --- a/Mythic/WhatsNewCollection.swift +++ b/Mythic/WhatsNewCollection.swift @@ -42,7 +42,7 @@ extension MythicApp: WhatsNewCollectionProvider { primaryAction: .init(), secondaryAction: .init( title: "Learn more", - action: .openURL(.init(string: "https://github.com/MythicApp/Mythic/releases/tag/0.4.1")) + action: .openURL(.init(string: "https://github.com/MythicApp/Mythic/releases/tag/v0.4.1")) ) ) @@ -78,7 +78,7 @@ extension MythicApp: WhatsNewCollectionProvider { primaryAction: .init(), secondaryAction: .init( title: "Learn more", - action: .openURL(.init(string: "https://github.com/MythicApp/Mythic/releases/tag/0.4.2")) + action: .openURL(.init(string: "https://github.com/MythicApp/Mythic/releases/tag/v0.4.2")) ) ) }