From 3ad81da879b59d5f25ca5bf558f7ca6f4b68e4c3 Mon Sep 17 00:00:00 2001 From: Thomas Bertels <3265870+tbertels@users.noreply.github.com> Date: Fri, 29 Nov 2024 23:56:19 +0100 Subject: [PATCH] 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). --- packages/rpm/caprine.spec | 2 +- readme.md | 6 +++--- source/menu.ts | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/rpm/caprine.spec b/packages/rpm/caprine.spec index c67f626ac..69b93043f 100644 --- a/packages/rpm/caprine.spec +++ b/packages/rpm/caprine.spec @@ -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 diff --git a/readme.md b/readme.md index a4ff4b575..5a2c15db5 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@


- +

Caprine

@@ -17,7 +17,7 @@ Caprine is feature complete. However, we welcome contributions for improvements and bug fixes.
- + Website
@@ -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 diff --git a/source/menu.ts b/source/menu.ts index ebf3e81b0..adae9464d 100644 --- a/source/menu.ts +++ b/source/menu.ts @@ -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', @@ -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', }), ); }