From 7e641ec8ea67e8de4848536d8b96f9d13cf44b12 Mon Sep 17 00:00:00 2001 From: Muhammad Adeel Date: Sun, 29 Oct 2023 19:02:27 +0500 Subject: [PATCH] fix: readme quick links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 653e453ef1..db1b4c1274 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ This repository is governed by the [Contributor Covenant](./CODE_OF_CONDUCT.md) ### Quick links: -- [Yarn scripts](./docs/contributing#available-commands) +- [Yarn scripts](./docs/contributing.md#available-commands) - [PR commit guidelines](./docs/contributing.md#opening--merging-pull-requests) - [Adding new components](./docs/adding_new_components.md) - [Testing in an application](./docs/contributing.md#testing-in-an-application)