From aa81259c05fc7e402369f3eddf033e2f89c0dfaa Mon Sep 17 00:00:00 2001 From: bbhtt Date: Tue, 19 Dec 2023 16:07:52 +0530 Subject: [PATCH] Fix link to appdata guidelines --- docs/02-for-app-authors/02-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-for-app-authors/02-requirements.md b/docs/02-for-app-authors/02-requirements.md index 9c8e5e24..ee07dbd4 100644 --- a/docs/02-for-app-authors/02-requirements.md +++ b/docs/02-for-app-authors/02-requirements.md @@ -201,7 +201,7 @@ Do note that CLI applications do not require a `.desktop` file but TUI applicati Appstream is the standard used to provide metadata about applications. Applications must provide appstream data and pass [validation](/docs/for-app-authors/appdata-guidelines/#use-flathubs-appstream-util). If application metadata has not been provided by the upstream, it should be licensed with [Creative Commons Zero, version 1](https://creativecommons.org/choose/zero/), by stating `CC0-1.0` in `metadata_license`. -In [AppData guidelines](appdata-guidelines) you'll find tips/best practices to help you get your AppData up to spec. For information about appstream, see [its documentation](https://www.freedesktop.org/software/appstream/docs/index.html). +In [AppData guidelines](/docs/for-app-authors/appdata-guidelines) you'll find tips/best practices to help you get your AppData up to spec. For information about appstream, see [its documentation](https://www.freedesktop.org/software/appstream/docs/index.html). ### .desktop files