Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken link (#268)
Browse files Browse the repository at this point in the history
UniversusTech authored Aug 13, 2024
1 parent 9e47db4 commit 1613ab7
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
@@ -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") {

0 comments on commit 1613ab7

Please sign in to comment.