From f7d56790f5e866d3b36d2f5d6fd1269293e4febe Mon Sep 17 00:00:00 2001 From: MikaelSvanasbakken <31248055+MikaelSvanasbakken@users.noreply.github.com> Date: Tue, 25 Jun 2024 08:45:59 +0200 Subject: [PATCH] docs: fix broken redirection to contributing.md (#56581) PR Close #56581 --- adev/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/README.md b/adev/README.md index 295e2e645ed..f8553804e82 100644 --- a/adev/README.md +++ b/adev/README.md @@ -28,7 +28,7 @@ yarn docs Want to report a bug, contribute some code, or improve the documentation? Excellent! -Read through our [contributing guidelines](CONTRIBUTING.md) to learn about our submission process, coding rules, and more. +Read through our [contributing guidelines](/CONTRIBUTING.md) to learn about our submission process, coding rules, and more. And if you're new, check out one of our issues labeled as [help wanted](https://github.com/angular/angular/labels/help%20wanted) or [good first issue](https://github.com/angular/angular/labels/good%20first%20issue).