From b6af3b1dc98b6399e7ee500884436015ae8006f7 Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Wed, 8 Sep 2021 21:47:06 +0200 Subject: Default branch renaming aftermath (#565) --- src/fpm/cmd/new.f90 | 4 ++-- src/fpm_command_line.f90 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/fpm/cmd/new.f90 b/src/fpm/cmd/new.f90 index abc1d67..a402432 100644 --- a/src/fpm/cmd/new.f90 +++ b/src/fpm/cmd/new.f90 @@ -131,9 +131,9 @@ character(len=:,kind=tfc),allocatable :: littlefile(:) &' # The fpm home page at ',& &' # https://github.com/fortran-lang/fpm ',& &' # A complete list of keys and their attributes at ',& - &' # https://github.com/fortran-lang/fpm/blob/master/manifest-reference.md ',& + &' # https://github.com/fortran-lang/fpm/blob/main/manifest-reference.md ',& &' # examples of fpm project packaging at ',& - &' # https://github.com/fortran-lang/fpm/blob/master/PACKAGING.md ',& + &' # https://github.com/fortran-lang/fpm/blob/main/PACKAGING.md ',& &' # The Fortran TOML file interface and it''s references at ',& &' # https://github.com/toml-f/toml-f ',& &' # ',& diff --git a/src/fpm_command_line.f90 b/src/fpm_command_line.f90 index 2f00b58..178e885 100644 --- a/src/fpm_command_line.f90 +++ b/src/fpm_command_line.f90 @@ -723,7 +723,7 @@ contains ' + The fpm(1) home page is at https://github.com/fortran-lang/fpm ', & ' + Registered fpm(1) packages are at https://fortran-lang.org/packages ', & ' + The fpm(1) TOML file format is described at ', & - ' https://github.com/fortran-lang/fpm/blob/master/manifest-reference.md ', & + ' https://github.com/fortran-lang/fpm/blob/main/manifest-reference.md ', & ''] help_list=[character(len=80) :: & 'NAME ', & -- cgit v1.2.3