update website links

pull/2868/head
Mikael Finstad 3 months ago
parent 260405e796
commit 260426e3d8
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -1,6 +1,6 @@
<div align="center"> <div align="center">
<br> <br>
<p><a href="https://mifi.no/losslesscut/"><img src="src/renderer/src/icon.svg" width="120" alt="LosslessCut" /></a></p> <p><a href="https://losslesscut.app/"><img src="src/renderer/src/icon.svg" width="120" alt="LosslessCut" /></a></p>
<p><b>LosslessCut</b></p> <p><b>LosslessCut</b></p>
The swiss army knife of lossless video/audio editing The swiss army knife of lossless video/audio editing
<br> <br>
@ -130,6 +130,7 @@ LosslessCut uses the Chromium browser's HTML5 video player, and not all formats/
## Documentation ## Documentation
- Official website: [LosslessCut.app](https://losslesscut.app)
- **[Getting started, FAQ and usage documentation](docs/index.md)** - **[Getting started, FAQ and usage documentation](docs/index.md)**
- [Troubleshooting and known issues and limitations](docs/troubleshooting.md) - [Troubleshooting and known issues and limitations](docs/troubleshooting.md)
- [Contributing](CONTRIBUTING.md) - [Contributing](CONTRIBUTING.md)

@ -18,7 +18,7 @@
<caption>A screenshot of the main window of LosslessCut</caption> <caption>A screenshot of the main window of LosslessCut</caption>
</screenshot> </screenshot>
</screenshots> </screenshots>
<url type="homepage">https://mifi.no/losslesscut/</url> <url type="homepage">https://losslesscut.app/</url>
<url type="bugtracker">https://github.com/mifi/lossless-cut/issues</url> <url type="bugtracker">https://github.com/mifi/lossless-cut/issues</url>
<url type="donation">https://paypal.me/mifino/usd</url> <url type="donation">https://paypal.me/mifino/usd</url>
<releases> <releases>

@ -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 githubUrl = 'https://github.com/mifi/lossless-cut/';
export const getReleaseUrl = (version: string) => `https://github.com/mifi/lossless-cut/releases/tag/v${version}`; 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}`; export const compareReleasesUrl = (fromVersion: string, toVersion: string) => `https://github.com/mifi/lossless-cut/compare/v${fromVersion}...v${toVersion}`;

Loading…
Cancel
Save