@@ -9,7 +9,7 @@ requests.
99
1010By contributing to * stdlib* , you certify that you own or are allowed to share the
1111content of your contribution under the
12- [ stdlib license] ( https://github.com/fortran-lang/stdlib/blob/master /LICENSE ) .
12+ [ stdlib license] ( https://github.com/fortran-lang/stdlib/blob/HEAD /LICENSE ) .
1313
1414* [ Style] ( #style )
1515* [ Reporting a bug] ( #reporting-a-bug )
@@ -22,7 +22,7 @@ content of your contribution under the
2222## Style
2323
2424Please follow the
25- [ Fortran stdlib style guide] ( https://github.com/fortran-lang/stdlib/blob/master /STYLE_GUIDE.md )
25+ [ Fortran stdlib style guide] ( https://github.com/fortran-lang/stdlib/blob/HEAD /STYLE_GUIDE.md )
2626for any Fortran code that you contribute.
2727This allows the community to focus on substance rather than style.
2828
@@ -42,7 +42,7 @@ Before opening a bug report:
42421 . Check if the issue has already been reported
4343 ([ issues] ( https://github.com/fortran-lang/stdlib/issues ) ).
44442 . Check if it is still an issue or it has been fixed?
45- Try to reproduce it with the latest version from the master branch.
45+ Try to reproduce it with the latest version from the default branch.
46463 . Isolate the problem and create a minimal test case.
4747
4848A good bug report should include all information needed to reproduce the bug.
@@ -74,7 +74,7 @@ It is quite possible we have not considered such solutions yet.
7474## Workflow
7575
7676The general workflow is documented in
77- [ this document] ( https://github.com/fortran-lang/stdlib/blob/master /WORKFLOW.md )
77+ [ this document] ( https://github.com/fortran-lang/stdlib/blob/HEAD /WORKFLOW.md )
7878
7979The workflow guide is a living document.
8080You are welcome to propose changes to the workflow by
@@ -93,7 +93,7 @@ You are welcome to propose changes to the workflow by
9393 [ CHANGELOG] ( https://github.com/fortran-lang/stdlib/blob/master/CHANGELOG.md )
9494* Be open to constructive criticism and requests for improving your code.
9595* Again, please follow the
96- [ Fortran stdlib style guide] ( https://github.com/fortran-lang/stdlib/blob/master /STYLE_GUIDE.md ) .
96+ [ Fortran stdlib style guide] ( https://github.com/fortran-lang/stdlib/blob/HEAD /STYLE_GUIDE.md ) .
9797
9898
9999## For new contributors
0 commit comments