Skip to content

Commit b6af3b1

Browse files
authored
Default branch renaming aftermath (#565)
1 parent 250a05a commit b6af3b1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Build Documentation
1616
run: ford docs.md
1717
- uses: JamesIves/[email protected]
18-
if: github.event_name == 'push' && github.repository == 'fortran-lang/fpm' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master' )
18+
if: github.event_name == 'push' && github.repository == 'fortran-lang/fpm' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/main' )
1919
with:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
BRANCH: gh-pages

docs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
project: Fortran-lang/fpm
33
summary: Fortran Package Manager
44
project_github: https://github.com/fortran-lang/fpm
5-
project_download: https://github.com/fortran-lang/fpm/archive/master.zip
5+
project_download: https://github.com/fortran-lang/fpm/archive/main.zip
66
author: fortran-lang/fpm contributors
77
author_pic: https://fortran-lang.org/assets/img/fortran_logo_512x512.png
88
author_email: [email protected]

src/fpm/cmd/new.f90

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ subroutine cmd_new(settings)
131131
&' # The fpm home page at ',&
132132
&' # https://github.com/fortran-lang/fpm ',&
133133
&' # A complete list of keys and their attributes at ',&
134-
&' # https://github.com/fortran-lang/fpm/blob/master/manifest-reference.md ',&
134+
&' # https://github.com/fortran-lang/fpm/blob/main/manifest-reference.md ',&
135135
&' # examples of fpm project packaging at ',&
136-
&' # https://github.com/fortran-lang/fpm/blob/master/PACKAGING.md ',&
136+
&' # https://github.com/fortran-lang/fpm/blob/main/PACKAGING.md ',&
137137
&' # The Fortran TOML file interface and it''s references at ',&
138138
&' # https://github.com/toml-f/toml-f ',&
139139
&' # ',&

src/fpm_command_line.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ subroutine set_help()
723723
' + The fpm(1) home page is at https://github.com/fortran-lang/fpm ', &
724724
' + Registered fpm(1) packages are at https://fortran-lang.org/packages ', &
725725
' + The fpm(1) TOML file format is described at ', &
726-
' https://github.com/fortran-lang/fpm/blob/master/manifest-reference.md ', &
726+
' https://github.com/fortran-lang/fpm/blob/main/manifest-reference.md ', &
727727
'']
728728
help_list=[character(len=80) :: &
729729
'NAME ', &

0 commit comments

Comments
 (0)