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

Commit

Permalink
fix!: change setapp documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Aug 28, 2024
1 parent 069e9e0 commit ca063ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InjectGUI/Backend/Injector.swift
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class Injector: ObservableObject {
if response == .alertFirstButtonReturn {
// Continue
} else if response == .alertSecondButtonReturn {
let url = URL(string: "https://qiuchenlyopensource.github.io/Documentaions/setapp%E6%BF%80%E6%B4%BB%E5%BF%85%E8%AF%BB.html")!
let url = URL(string: "https://qiuchenlyopensource.github.io/Documentaions/setapp.html")!
NSWorkspace.shared.open(url)
return
} else {
Expand Down

0 comments on commit ca063ce

Please sign in to comment.