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 719a49cf8..324f94fb7 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" } }