From 1646df4af6b5ba7437cf475090d5289599f38daa Mon Sep 17 00:00:00 2001 From: Julien Dion Date: Tue, 13 Aug 2024 09:18:59 -0400 Subject: [PATCH] Fixed broken URL link in WelcomeScreen.swift --- Shared/WelcomeScreen.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/WelcomeScreen.swift b/Shared/WelcomeScreen.swift index 4ac7baf..543c788 100644 --- a/Shared/WelcomeScreen.swift +++ b/Shared/WelcomeScreen.swift @@ -41,7 +41,7 @@ struct WelcomeScreen: View { .dynamicTypeSize(...(Device.hasSmallScreen ? .accessibility3 : .accessibility4)) Spacer() #if os(macOS) - Link("Want even more actions?", destination: "https://github.com/sindresorhus/Actions#looking-for-more") + Link("Want even more actions?", destination: "https://github.com/sindresorhus/Actions#want-more-shortcut-actions") .controlSize(.small) #endif Button("Send Feedback") {