From f6cfa22b932d21548730fa30d7f55ba4f9a92aad Mon Sep 17 00:00:00 2001 From: dammy95 Date: Fri, 7 Jun 2024 12:47:13 +0100 Subject: [PATCH] Fix FAQ link in README.md --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c21ef485..dd4800441 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Gitify is licensed under the MIT Open Source license. For more information, see [website]: https://www.gitify.io -[faqs]: https://www.gitify.io/faqs +[faqs]: https://www.gitify.io/faq/ [github]: https://github.com/gitify-app/gitify [github-actions]: https://github.com/gitify-app/gitify/actions [github-releases]: https://github.com/gitify-app/gitify/releases/latest diff --git a/package.json b/package.json index f889f68cf..f52f04056 100644 --- a/package.json +++ b/package.json @@ -155,6 +155,6 @@ }, "packageManager": "pnpm@9.2.0", "lint-staged": { - "*.{html,js,json,md,ts,tsx}": "biome format --write" + "*.{html,js,json,ts,tsx}": "biome format --write" } }