File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# 301 - Moved
2
2
3
- This document now lives at https://fpm.fortran-lang.org/en/ spec/manifest.html .
3
+ This document now lives at https://fpm.fortran-lang.org/spec/manifest.html
Original file line number Diff line number Diff line change @@ -972,7 +972,7 @@ subroutine set_help()
972
972
' + The fpm(1) home page is at https://github.com/fortran-lang/fpm ' , &
973
973
' + Registered fpm(1) packages are at https://fortran-lang.org/packages ' , &
974
974
' + The fpm(1) TOML file format is described at ' , &
975
- ' https://fpm.fortran-lang.org/en/ spec/manifest.html ' , &
975
+ ' https://fpm.fortran-lang.org/spec/manifest.html ' , &
976
976
' ' ]
977
977
help_list= [character (len= 80 ) :: &
978
978
' NAME ' , &
@@ -1404,10 +1404,10 @@ subroutine set_help()
1404
1404
' See documentation for more information regarding package upload and usage:' , &
1405
1405
' ' , &
1406
1406
' Package upload:' , &
1407
- ' https://fpm.fortran-lang.org/en/ spec/publish.html' , &
1407
+ ' https://fpm.fortran-lang.org/spec/publish.html' , &
1408
1408
' ' , &
1409
1409
' Package usage:' , &
1410
- ' https://fpm.fortran-lang.org/en/ spec/manifest.html#dependencies-from-a-registry' , &
1410
+ ' https://fpm.fortran-lang.org/spec/manifest.html#dependencies-from-a-registry' , &
1411
1411
' ' , &
1412
1412
' OPTIONS' , &
1413
1413
' --show-package-version show package version without publishing' , &
You can’t perform that action at this time.
0 commit comments