Skip to content

Commit

Permalink
fix: 'Learn more' button in 'What's new' view leading to a dead webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
vapidinfinity committed Nov 9, 2024
1 parent 284b248 commit dcf25de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mythic/WhatsNewCollection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
)
)

Expand Down Expand Up @@ -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"))
)
)
}
Expand Down

0 comments on commit dcf25de

Please sign in to comment.