From 815d11ed6a54b63a4c9bbed4dcf520febcfc5cca Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Wed, 2 Jul 2025 15:20:27 -0400 Subject: [PATCH] docs: Add PR info doc (#31833) --- docs/docs/contributing/tutorials/docs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/contributing/tutorials/docs.mdx b/docs/docs/contributing/tutorials/docs.mdx index 9eaf81653a0..4b31b972e4c 100644 --- a/docs/docs/contributing/tutorials/docs.mdx +++ b/docs/docs/contributing/tutorials/docs.mdx @@ -4,7 +4,7 @@ This tutorial will guide you through making a simple documentation edit, like co ### **Prerequisites** - GitHub account. -- Familiarity with GitHub pull requests (basic understanding). +- Familiarity with [GitHub pull requests](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) (basic understanding). ---