Skip to content

Commit e2a8218

Browse files
authored
Updated URL to manifest file in help section (#755)
1 parent bb44917 commit e2a8218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_command_line.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ subroutine set_help()
884884
' + The fpm(1) home page is at https://github.com/fortran-lang/fpm ', &
885885
' + Registered fpm(1) packages are at https://fortran-lang.org/packages ', &
886886
' + The fpm(1) TOML file format is described at ', &
887-
' https://github.com/fortran-lang/fpm/blob/main/manifest-reference.md ', &
887+
' https://fpm.fortran-lang.org/en/spec/manifest.html ', &
888888
'']
889889
help_list=[character(len=80) :: &
890890
'NAME ', &

0 commit comments

Comments
 (0)