Skip to content

Commit f0d2e91

Browse files
committed
doc: fix manifest URL
This commit replaces a URL that generates a "404 File not found" error in browsers.
1 parent 168ab68 commit f0d2e91

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

manifest-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# 301 - Moved
22

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

src/fpm_command_line.f90

+3-3
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ subroutine set_help()
972972
' + The fpm(1) home page is at https://github.com/fortran-lang/fpm ', &
973973
' + Registered fpm(1) packages are at https://fortran-lang.org/packages ', &
974974
' + 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 ', &
976976
'']
977977
help_list=[character(len=80) :: &
978978
'NAME ', &
@@ -1404,10 +1404,10 @@ subroutine set_help()
14041404
' See documentation for more information regarding package upload and usage:', &
14051405
'', &
14061406
' Package upload:', &
1407-
' https://fpm.fortran-lang.org/en/spec/publish.html', &
1407+
' https://fpm.fortran-lang.org/spec/publish.html', &
14081408
'', &
14091409
' 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', &
14111411
'', &
14121412
'OPTIONS', &
14131413
' --show-package-version show package version without publishing', &

0 commit comments

Comments
 (0)