From 51c2a104b2752451cb3f4b2de24f238c639151ec Mon Sep 17 00:00:00 2001 From: Misite Bao Date: Sun, 7 May 2023 08:16:11 +0800 Subject: [PATCH] docs: fix broken links and paths (#1143) --- docs/docs/community.md | 2 +- docs/docs/integrations.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/community.md b/docs/docs/community.md index ed143461..d694d548 100644 --- a/docs/docs/community.md +++ b/docs/docs/community.md @@ -19,7 +19,7 @@ website [on this repository](https://github.com/DeronW/task). Many of our integrations are contributed and maintained by the community. You can view the full list of community integrations -[here](./integrations#community-integrations). +[here](/integrations#community-integrations). ## Installation methods diff --git a/docs/docs/integrations.md b/docs/docs/integrations.md index 7532b9d6..3ab72a65 100644 --- a/docs/docs/integrations.md +++ b/docs/docs/integrations.md @@ -32,7 +32,7 @@ To get autocompletion and validation for your Taskfile, see the This was initially created by [@KROSF](https://github.com/KROSF) in [this Gist](https://gist.github.com/KROSF/c5435acf590acd632f71bb720f685895) and is now officially maintained in -[this file](https://github.com/go-task/task/blob/master/docs/static/schema.json) +[this file](https://github.com/go-task/task/blob/main/docs/static/schema.json) and made available at https://taskfile.dev/schema.json. This schema can be used to validate Taskfiles and provide autocompletion in many code editors: