We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb44917 commit e2a8218Copy full SHA for e2a8218
src/fpm_command_line.f90
@@ -884,7 +884,7 @@ subroutine set_help()
884
' + The fpm(1) home page is at https://github.com/fortran-lang/fpm ', &
885
' + Registered fpm(1) packages are at https://fortran-lang.org/packages ', &
886
' + The fpm(1) TOML file format is described at ', &
887
- ' https://github.com/fortran-lang/fpm/blob/main/manifest-reference.md ', &
+ ' https://fpm.fortran-lang.org/en/spec/manifest.html ', &
888
'']
889
help_list=[character(len=80) :: &
890
'NAME ', &
0 commit comments