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

Update website #2228

Merged
merged 1 commit into from
Nov 29, 2024
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 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 @@ -692,7 +692,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 @@ -731,7 +731,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