Skip to content

Commit

Permalink
Update website (#2228)
Browse files Browse the repository at this point in the history
Since https://sindresorhus.com/caprine isn't available anymore, update
it to point to the GitHub project (https://github.com/sindresorhus/caprine).
  • Loading branch information
tbertels authored Nov 29, 2024
1 parent 7ed2cc1 commit 3ad81da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/rpm/caprine.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Release: 1%{?dist}
Summary: Elegant Facebook Messenger desktop app

License: MIT
URL: https://sindresorhus.com/caprine/
URL: https://github.com/sindresorhus/caprine/
Source0: https://github.com/sindresorhus/caprine/archive/refs/tags/v%{version}.tar.gz
Source1: %{name}.desktop

Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<br>
<br>
<a href="https://sindresorhus.com/caprine">
<a href="https://github.com/sindresorhus/caprine">
<img src="media/AppIcon-readme.png" width="200" height="200">
</a>
<h1>Caprine</h1>
Expand All @@ -17,7 +17,7 @@
Caprine is feature complete. However, we welcome contributions for improvements and bug fixes.
</b>
<br>
<a href="https://sindresorhus.com/caprine">
<a href="https://github.com/sindresorhus/caprine">
Website
</a>
<br>
Expand Down Expand Up @@ -49,7 +49,7 @@

*macOS 10.12+ (Intel and Apple Silicon), Linux (x64 and arm64), and Windows 10+ (64-bit) are supported.*

Download the latest version on the [website](https://sindresorhus.com/caprine) or below.
Download the latest version on the [website](https://github.com/sindresorhus/caprine) or below.

### macOS

Expand Down
4 changes: 2 additions & 2 deletions source/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ Press Command/Ctrl+R in Caprine to see your changes.
const helpSubmenu: MenuItemConstructorOptions[] = [
openUrlMenuItem({
label: 'Website',
url: 'https://sindresorhus.com/caprine',
url: 'https://github.com/sindresorhus/caprine',
}),
openUrlMenuItem({
label: 'Source Code',
Expand Down Expand Up @@ -713,7 +713,7 @@ ${debugInfo()}`;
icon: caprineIconPath,
copyright: 'Created by Sindre Sorhus',
text: 'Maintainers:\nDušan Simić\nLefteris Garyfalakis\nMichael Quevillon\nNikolas Spiridakis',
website: 'https://sindresorhus.com/caprine',
website: 'https://github.com/sindresorhus/caprine',
}),
);
}
Expand Down

0 comments on commit 3ad81da

Please sign in to comment.