Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix URL #58

Merged
merged 1 commit into from
Jan 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MiddleClick/TrayMenu.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ - (void)updateAccessibilityPermissionStatus:(NSMenu*)menu
- (void)openWebsite:(id)sender
{
NSURL* url = [NSURL
URLWithString:@"https://github.com/artginzburg/MiddleClick-BigSur"];
URLWithString:@"https://github.com/artginzburg/MiddleClick-Ventura"];
[[NSWorkspace sharedWorkspace] openURL:url];
}
- (void)openAccessibilitySettings:(id)sender
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href="https://github.com/artginzburg/MiddleClick-BigSur/releases">
<img align="right" src="https://img.shields.io/github/downloads/artginzburg/middleclick-bigsur/total?color=teal" title="GitHub All Releases">
<a href="https://github.com/artginzburg/MiddleClick-Ventura/releases">
<img align="right" src="https://img.shields.io/github/downloads/artginzburg/middleclick-ventura/total?color=teal" title="GitHub All Releases">
</a>

<div align="center">
Expand Down Expand Up @@ -59,15 +59,15 @@ brew install --cask --no-quarantine middleclick

<details>
<summary>
<a href="https://github.com/artginzburg/MiddleClick-BigSur/releases/latest/download/MiddleClick.zip">
<a href="https://github.com/artginzburg/MiddleClick-Ventura/releases/latest/download/MiddleClick.zip">
Latest Release
</a>&nbsp·&nbsp
<a href="https://github.com/artginzburg/MiddleClick-BigSur/releases/latest">
<img align="center" alt="GitHub release" src="https://img.shields.io/github/release/artginzburg/middleclick-BigSur?label=%20&color=gray">
<a href="https://github.com/artginzburg/MiddleClick-Ventura/releases/latest">
<img align="center" alt="GitHub release" src="https://img.shields.io/github/release/artginzburg/middleclick-Ventura?label=%20&color=gray">
</a>
</summary>

> Additionally, you may also view <a href="https://github.com/artginzburg/MiddleClick-BigSur/releases">Earlier Releases</a>
> Additionally, you may also view <a href="https://github.com/artginzburg/MiddleClick-Ventura/releases">Earlier Releases</a>

</details>

Expand Down