From 53c84d33ed39ed9428ccc2c6c4ced0a60072b2c2 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Tue, 2 Apr 2024 08:14:01 +0200 Subject: [PATCH 1/2] PR for staging preview of early access docs (#49762) From e08efe033e8c69c626388f09b865f6f89a4d2766 Mon Sep 17 00:00:00 2001 From: Kate Travers <8152930+ktravers@users.noreply.github.com> Date: Tue, 2 Apr 2024 03:07:55 -0400 Subject: [PATCH 2/2] In pull requests article about why diffs aren't displayed, link directly to most relevant diff limits article (#49949) --- .../about-comparing-branches-in-pull-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests.md b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests.md index 55fad45ba666..e0ae809945f9 100644 --- a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests.md +++ b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests.md @@ -49,7 +49,7 @@ To simplify reviewing changes in a large pull request, you can filter the diff t ## Reasons diffs will not display -- You've exceeded the total limit of files or certain file types. For more information, see "[AUTOTITLE](/repositories/creating-and-managing-repositories/about-repositories#limits-for-viewing-content-and-diffs-in-a-repository)." +- You've exceeded the total limit of files or certain file types. For more information, see "[AUTOTITLE](/repositories/creating-and-managing-repositories/repository-limits#diff-limits)." - Your file matches a rule in the repository's _.gitattributes_ file to block that file from displaying by default. For more information, see "[AUTOTITLE](/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github)." ## Three-dot and two-dot Git diff comparisons