From b22975502eba2ca0fea4494b28f9e6ef2f2f804f Mon Sep 17 00:00:00 2001 From: Mariia Berdysheva <66842055+berdysheva@users.noreply.github.com> Date: Mon, 29 Jan 2024 10:04:45 +0100 Subject: [PATCH] fix: resolve broken links in the documentation (docs-onboarding-checklist.md) (#1032) --- docs/onboarding-guide/docs-onboarding-checklist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/onboarding-guide/docs-onboarding-checklist.md b/docs/onboarding-guide/docs-onboarding-checklist.md index f64a357a5..967f10e8e 100644 --- a/docs/onboarding-guide/docs-onboarding-checklist.md +++ b/docs/onboarding-guide/docs-onboarding-checklist.md @@ -12,8 +12,8 @@ Complete in order the following onboarding tasks: - [ ] Read the [AsyncAPI Slack etiquette](https://github.com/asyncapi/community/blob/master/slack-etiquette.md). - [ ] Join [the AsyncAPI Slack workspace](https://asyncapi.com/slack-invite). - [ ] Add the AsyncAPI calendar found in [the AsyncAPI events page](https://www.asyncapi.com/community/events). -- [ ] Read the list of [technical writer contributor responsibilities](/community/onboarding-guide/technical-writer-contributor-responsibilities.md). -- [ ] Read and familiarize yourself with the [prerequisite knowledge topics](/community/onboarding-guide/prerequisite-knowledge.md). +- [ ] Read the list of [technical writer contributor responsibilities](/docs/onboarding-guide/technical-writer-contributor-responsibilities.md). +- [ ] Read and familiarize yourself with the [prerequisite knowledge topics](/docs/onboarding-guide/prerequisite-knowledge.md). - [ ] Familiarize yourself with the _work-in-progress_ [AsyncAPI Style Guide](https://github.com/asyncapi/community/pulls?q=is%3Apr+is%3Aopen+style+guide). - [ ] Read all docs under the following content buckets: `Concepts`, `Tutorials`, `Reference`. (Take the time to go through each tutorial.) - [ ] Set up your local environment following our instructions for the [AsyncAPI git workflow](https://github.com/asyncapi/community/blob/master/git-workflow.md).