Skip to content

Commit

Permalink
Fixed broken URL link in WelcomeScreen.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
UniversusTech authored Aug 13, 2024
1 parent 9e47db4 commit 1646df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shared/WelcomeScreen.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 1646df4

Please sign in to comment.