From c781c2be08f14b1d1e581e89b8174a2648d0c654 Mon Sep 17 00:00:00 2001 From: Ayu Adiati Date: Fri, 14 Jun 2024 14:26:08 +0200 Subject: [PATCH] fix: broken links --- contributing/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing/CONTRIBUTING.md b/contributing/CONTRIBUTING.md index 1d2987a4..2785a00d 100644 --- a/contributing/CONTRIBUTING.md +++ b/contributing/CONTRIBUTING.md @@ -65,7 +65,7 @@ We actively welcome your PRs. However, before working on changes, you must ensur ### Setup the Project Locally -1. [Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) the [intro repository](github.com/open-sauced/intro) to your own GitHub account. +1. [Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) the [intro repository](https://github.com/open-sauced/intro) to your own GitHub account. 2. [Clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) the forked repository to your local machine. ```bash @@ -120,7 +120,7 @@ Please read the "[Using Markdown for This Project](#using-markdown-for-this-proj ### Adding Definitions to the Glossary -If you add definitions to the "Glossary" chapter in the [Intro to Open Source](./intro-to-oss/glossary.md) or [Becoming a Maintainer](./becoming-a-maintainer/glossary.md) course, ensure the definitions are added **alphabetically**. +If you add definitions to the "Glossary" chapter in the [Intro to Open Source](../docs/intro-to-oss/glossary.md) or [Becoming a Maintainer](../docs/becoming-a-maintainer/glossary.md) course, ensure the definitions are added **alphabetically**. ### Adding a New Section to a Chapter