From 87e5677abbae948842cff6b494200cff7f0daf82 Mon Sep 17 00:00:00 2001 From: AK <242477691+aknshr@users.noreply.github.com> Date: Wed, 12 Nov 2025 16:55:45 -0300 Subject: [PATCH] Update links in CONTRIBUTING.md Prefix links with "/docs/" so they work in the Contributing tab --- docs/CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 842d0939e..1221ce9f2 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -16,12 +16,12 @@ There are several ways you can get involved: | Monetary | [Buy official products][store] | [forum]: https://forum.arduino.cc -[issues]: contributor-guide/issues.md#issue-report-guide -[beta-testing]: contributor-guide/beta-testing.md#beta-testing-guide -[translate]: contributor-guide/translation.md#translator-guide -[prs]: contributor-guide/pull-requests.md#pull-request-guide +[issues]: /docs/contributor-guide/issues.md#issue-report-guide +[beta-testing]: /docs/contributor-guide/beta-testing.md#beta-testing-guide +[translate]: /docs/contributor-guide/translation.md#translator-guide +[prs]: /docs/contributor-guide/pull-requests.md#pull-request-guide [store]: https://store.arduino.cc ## Resources -- [**Development Guide**](development.md#development-guide) +- [**Development Guide**](/docs/development.md#development-guide)