Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit ca063ce

Browse files
committed
fix!: change setapp documentation link
1 parent 069e9e0 commit ca063ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InjectGUI/Backend/Injector.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class Injector: ObservableObject {
107107
if response == .alertFirstButtonReturn {
108108
// Continue
109109
} else if response == .alertSecondButtonReturn {
110-
let url = URL(string: "https://qiuchenlyopensource.github.io/Documentaions/setapp%E6%BF%80%E6%B4%BB%E5%BF%85%E8%AF%BB.html")!
110+
let url = URL(string: "https://qiuchenlyopensource.github.io/Documentaions/setapp.html")!
111111
NSWorkspace.shared.open(url)
112112
return
113113
} else {

0 commit comments

Comments
 (0)