Skip to content

Commit

Permalink
README: Fix a URL renaming 'master' to 'main'
Browse files Browse the repository at this point in the history
With 'master' in the URL, github throws a warning:

  Branch master was renamed to main.

when opening the url. Replace it with 'main' to fix this.

Link: #252
Signed-off-by: Vishal Verma <[email protected]>
  • Loading branch information
osalbahr authored and stellarhopper committed Oct 27, 2023
1 parent e3f6046 commit 219cabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ There are a number of packages required for the build steps that may not
be installed by default. For information about the required packages,
see the "BuildRequires:" lines in ndctl.spec.in.

https://github.com/pmem/ndctl/blob/master/ndctl.spec.in
https://github.com/pmem/ndctl/blob/main/ndctl.spec.in

Documentation
=============
Expand Down

0 comments on commit 219cabf

Please sign in to comment.