Skip to content

Commit c2a26f4

Browse files
authored
Reference default branch using HEAD commit (#59)
1 parent 78ac835 commit c2a26f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ packages for the [fortran-lang](https://fortran-lang.org) site.
66
## How to submit a new package
77

88
Your new registry submittal should first meet the
9-
[general package criteria](https://github.com/fortran-lang/fortran-lang.org/blob/master/PACKAGES.md)
9+
[general package criteria](https://github.com/fortran-lang/fortran-lang.org/blob/HEAD/PACKAGES.md)
1010
required of any package listed at the
1111
[packages listing](https://fortran-lang.org/packages).
1212

@@ -15,7 +15,7 @@ against this repository, adding the new package into the file
1515
[registry.toml](./registry.toml)
1616
in alphabetical order. It is recommended that you explicitly list each version using the
1717
[`tag`](https://docs.github.com/en/free-pro-team@latest/desktop/contributing-and-collaborating-using-github-desktop/managing-tags)
18-
keyword, otherwise the tip of the master branch will be used. An example:
18+
keyword, otherwise the tip of the default branch will be used. An example:
1919

2020
```toml
2121
[datetime]

0 commit comments

Comments
 (0)