From 260426e3d874236708ec9becf158fcdf4fd7449a Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sun, 26 Apr 2026 00:03:52 +0800 Subject: [PATCH] update website links --- README.md | 3 ++- no.mifi.losslesscut.appdata.xml | 2 +- src/common/constants.ts | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9736ccb..c2d0ca30 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

-

LosslessCut

+

LosslessCut

LosslessCut

The swiss army knife of lossless video/audio editing
@@ -130,6 +130,7 @@ LosslessCut uses the Chromium browser's HTML5 video player, and not all formats/ ## Documentation +- Official website: [LosslessCut.app](https://losslesscut.app) - **[Getting started, FAQ and usage documentation](docs/index.md)** - [Troubleshooting and known issues and limitations](docs/troubleshooting.md) - [Contributing](CONTRIBUTING.md) diff --git a/no.mifi.losslesscut.appdata.xml b/no.mifi.losslesscut.appdata.xml index 06094cbc..7866e385 100644 --- a/no.mifi.losslesscut.appdata.xml +++ b/no.mifi.losslesscut.appdata.xml @@ -18,7 +18,7 @@ A screenshot of the main window of LosslessCut - https://mifi.no/losslesscut/ + https://losslesscut.app/ https://github.com/mifi/lossless-cut/issues https://paypal.me/mifino/usd diff --git a/src/common/constants.ts b/src/common/constants.ts index 3fa2d2db..fc96689f 100644 --- a/src/common/constants.ts +++ b/src/common/constants.ts @@ -1,4 +1,4 @@ -export const homepageUrl = 'https://mifi.no/losslesscut/'; +export const homepageUrl = 'https://losslesscut.app/'; export const githubUrl = 'https://github.com/mifi/lossless-cut/'; export const getReleaseUrl = (version: string) => `https://github.com/mifi/lossless-cut/releases/tag/v${version}`; export const compareReleasesUrl = (fromVersion: string, toVersion: string) => `https://github.com/mifi/lossless-cut/compare/v${fromVersion}...v${toVersion}`;