Skip to content

Commit 468f3cb

Browse files
authored
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
1 parent 6851969 commit 468f3cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/differences-between-commit-views.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ shortTitle: Commit views
1313
---
1414
On {% data variables.product.github %}, you can see the commit history of a repository by:
1515

16-
* Navigating directly to [the commits page](https://github.com/rust-lang/rust/commits/master) of a repository
17-
* 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)
16+
* 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.
17+
* 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.
1818

1919
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.
2020

0 commit comments

Comments
 (0)