Skip to content

Commit d580116

Browse files
committed
Update website
Since https://sindresorhus.com/caprine isn't available anymore, update it to point to the GitHub project (https://github.com/sindresorhus/caprine).
1 parent feb9a71 commit d580116

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/rpm/caprine.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Release: 1%{?dist}
77
Summary: Elegant Facebook Messenger desktop app
88

99
License: MIT
10-
URL: https://sindresorhus.com/caprine/
10+
URL: https://github.com/sindresorhus/caprine/
1111
Source0: https://github.com/sindresorhus/caprine/archive/refs/tags/v%{version}.tar.gz
1212
Source1: %{name}.desktop
1313

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<br>
33
<br>
4-
<a href="https://sindresorhus.com/caprine">
4+
<a href="https://github.com/sindresorhus/caprine">
55
<img src="media/AppIcon-readme.png" width="200" height="200">
66
</a>
77
<h1>Caprine</h1>
@@ -17,7 +17,7 @@
1717
Caprine is feature complete. However, we welcome contributions for improvements and bug fixes.
1818
</b>
1919
<br>
20-
<a href="https://sindresorhus.com/caprine">
20+
<a href="https://github.com/sindresorhus/caprine">
2121
Website
2222
</a>
2323
<br>
@@ -49,7 +49,7 @@
4949

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

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

5454
### macOS
5555

source/menu.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ Press Command/Ctrl+R in Caprine to see your changes.
692692
const helpSubmenu: MenuItemConstructorOptions[] = [
693693
openUrlMenuItem({
694694
label: 'Website',
695-
url: 'https://sindresorhus.com/caprine',
695+
url: 'https://github.com/sindresorhus/caprine',
696696
}),
697697
openUrlMenuItem({
698698
label: 'Source Code',
@@ -731,7 +731,7 @@ ${debugInfo()}`;
731731
icon: caprineIconPath,
732732
copyright: 'Created by Sindre Sorhus',
733733
text: 'Maintainers:\nDušan Simić\nLefteris Garyfalakis\nMichael Quevillon\nNikolas Spiridakis',
734-
website: 'https://sindresorhus.com/caprine',
734+
website: 'https://github.com/sindresorhus/caprine',
735735
}),
736736
);
737737
}

0 commit comments

Comments
 (0)