From 468f3cbe15355dd93609b49a56b65b725310942e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20S=C4=99d=C5=82ak-Jakubowski?= Date: Wed, 25 Feb 2026 14:11:29 +0100 Subject: [PATCH] Improve differences-between-commit-views.md - Update links to rust repo from `master` to `main` - Make the list items parallel, punctuated and include actual steps to get to the Commits page --- .../differences-between-commit-views.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views.md b/content/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views.md index d9f4b22d28b5..237a068feb1a 100644 --- a/content/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views.md +++ b/content/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views.md @@ -13,8 +13,8 @@ shortTitle: Commit views --- On {% data variables.product.github %}, you can see the commit history of a repository by: -* Navigating directly to [the commits page](https://github.com/rust-lang/rust/commits/master) of a repository -* Clicking on a file, then clicking **History**, to get to [the commit history for a specific file](https://github.com/rust-lang/rust/commits/master/README.md) +* Navigating to [the commits page](https://github.com/rust-lang/rust/commits/main) of a repository by clicking the clock icon with the number of commits at the top of the main repository view. +* Navigating to [the commit history for a specific file](https://github.com/rust-lang/rust/commits/main/README.md) by clicking on a file, then clicking **History**, to get. These two commit views may show _different_ information at times. The history for a single file may omit commits found on the repository's commit history.