From bc1a836bbb516ada5228f0b8edfa730556dd1d9c Mon Sep 17 00:00:00 2001 From: MaoShizhong <122839503+MaoShizhong@users.noreply.github.com> Date: Wed, 29 Jan 2025 14:59:32 +0000 Subject: [PATCH] Use repo-specific contributing guide link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfd0761..0244a43 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ These JavaScript exercises are intended to complement the JavaScript content on ## Contributing -If you have a suggestion to improve an exercise, an idea for a new exercise, or notice an issue with an exercise, please feel free to open an issue after thoroughly reading our [contributing guide](https://github.com/TheOdinProject/.github/blob/main/CONTRIBUTING.md). +If you have a suggestion to improve an exercise, an idea for a new exercise, or notice an issue with an exercise, please feel free to open an issue after thoroughly reading our [contributing guide](https://github.com/TheOdinProject/javascript-exercises/blob/main/CONTRIBUTING.md). ## How To Use These Exercises