Skip to content

Commit

Permalink
Update wiki link to include anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanzhong committed Apr 4, 2024
1 parent 3008cec commit a935f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It also functions effectively for any form of image copying.

> Note that keyboard shortcuts can be remapped (and it's recommended since pressing 4 keys is a bit clunky). Please check out Apple's [documentation](https://support.apple.com/guide/mac-help/mchlp2271/mac) for details.
>
> Learn more [here](https://github.com/TextGrabber2-app/TextGrabber2/wiki).
> Learn more [here](https://github.com/TextGrabber2-app/TextGrabber2/wiki#capture-screen-on-mac).
## Installation

Expand Down
2 changes: 1 addition & 1 deletion TextGrabber2/Sources/App.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ final class App: NSObject, NSApplicationDelegate {
private let howToItem: NSMenuItem = {
let item = NSMenuItem(title: Localized.menuTitleHowTo)
item.addAction {
NSWorkspace.shared.safelyOpenURL(string: "\(Links.github)/wiki")
NSWorkspace.shared.safelyOpenURL(string: "\(Links.github)/wiki#capture-screen-on-mac")
}

return item
Expand Down

0 comments on commit a935f51

Please sign in to comment.