Skip to content

Commit 3ad81da

Browse files
authored
Update website (#2228)
Since https://sindresorhus.com/caprine isn't available anymore, update it to point to the GitHub project (https://github.com/sindresorhus/caprine).
1 parent 7ed2cc1 commit 3ad81da

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/rpm/caprine.spec

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ Press Command/Ctrl+R in Caprine to see your changes.
674674
const helpSubmenu: MenuItemConstructorOptions[] = [
675675
openUrlMenuItem({
676676
label: 'Website',
677-
url: 'https://sindresorhus.com/caprine',
677+
url: 'https://github.com/sindresorhus/caprine',
678678
}),
679679
openUrlMenuItem({
680680
label: 'Source Code',
@@ -713,7 +713,7 @@ ${debugInfo()}`;
713713
icon: caprineIconPath,
714714
copyright: 'Created by Sindre Sorhus',
715715
text: 'Maintainers:\nDušan Simić\nLefteris Garyfalakis\nMichael Quevillon\nNikolas Spiridakis',
716-
website: 'https://sindresorhus.com/caprine',
716+
website: 'https://github.com/sindresorhus/caprine',
717717
}),
718718
);
719719
}

0 commit comments

Comments
 (0)