Skip to content

Commit 4069d81

Browse files
authored
Merge pull request #596 from awvwgk/default-branch
Rename references to default branch
2 parents 054ddf7 + fe7d656 commit 4069d81

4 files changed

+9
-9
lines changed

API-doc-FORD-file.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ extra_mods: iso_fortran_env:https://gcc.gnu.org/onlinedocs/gfortran/ISO_005fFORT
2828
print_creation_date: true
2929
creation_date: %Y-%m-%d %H:%M %z
3030
project_github: https://github.com/fortran-lang/stdlib
31-
project_download: https://github.com/fortran-lang/stdlib/archive/master.zip
31+
project_download: https://github.com/fortran-lang/stdlib/archive/HEAD.zip
3232
project_website: https://stdlib.fortran-lang.org
3333
favicon: doc/media/favicon.ico
3434
license: by-sa
@@ -57,7 +57,7 @@ The documentation for comment markup in source code, running [FORD] and the [FOR
5757

5858
[FORD]: https://github.com/Fortran-FOSS-Programmers/ford#readme
5959
[FORD wiki]: https://github.com/Fortran-FOSS-Programmers/ford/wiki
60-
[FORD project file]: https://github.com/fortran-lang/stdlib/blob/master/API-doc-FORD-file.md
60+
[FORD project file]: https://github.com/fortran-lang/stdlib/blob/HEAD/API-doc-FORD-file.md
6161

6262
Goals and Motivation
6363
====================

CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requests.
99

1010
By contributing to *stdlib*, you certify that you own or are allowed to share the
1111
content 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

2424
Please 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)
2626
for any Fortran code that you contribute.
2727
This allows the community to focus on substance rather than style.
2828

@@ -42,7 +42,7 @@ Before opening a bug report:
4242
1. Check if the issue has already been reported
4343
([issues](https://github.com/fortran-lang/stdlib/issues)).
4444
2. 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.
4646
3. Isolate the problem and create a minimal test case.
4747

4848
A 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

7676
The 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

7979
The workflow guide is a living document.
8080
You 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

STYLE_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The following two sections are most relevant for contributing new code:
8181

8282
To write the "spec" (specification) for a new proposal, please place it in the
8383
[FORD "pages"](https://github.com/Fortran-FOSS-Programmers/ford/wiki/Writing-Pages) directory at
84-
[`doc/specs/`](https://github.com/fortran-lang/stdlib/tree/master/doc/specs).
84+
[`doc/specs/`](https://github.com/fortran-lang/stdlib/tree/HEAD/doc/specs).
8585
To get help please see the ["Writing Pages"](https://github.com/Fortran-FOSS-Programmers/ford/wiki/Writing-Pages)
8686
and ["Writing Documentation"](https://github.com/Fortran-FOSS-Programmers/ford/wiki/Writing-Documentation) pages
8787
on the [FORD wiki](https://github.com/Fortran-FOSS-Programmers/ford/wiki).

src/stdlib_selection.fypp

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module stdlib_selection
88
!! ([Specification](../page/specs/stdlib_selection.html))
99
!
1010
! This code was modified from the "Coretran" implementation "quickSelect" by
11-
! Leon Foks, https://github.com/leonfoks/coretran/tree/master/src/sorting
11+
! Leon Foks, https://github.com/leonfoks/coretran/tree/HEAD/src/sorting
1212
!
1313
! Leon Foks gave permission to release this code under stdlib's MIT license.
1414
! (https://github.com/fortran-lang/stdlib/pull/500#commitcomment-57418593)

0 commit comments

Comments
 (0)