From 6791748261eeed94e2d3db737214701a90616e2e Mon Sep 17 00:00:00 2001 From: Federico Perini Date: Wed, 5 Jul 2023 18:28:31 +0200 Subject: [PATCH] Fix broken link to fpm in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfb5e912b..ad86281ce 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ stdlib = { git="https://github.com/fortran-lang/stdlib", branch="stdlib-fpm" } > To include the standard library metapackage, change the dependency to: > `stdlib = "*"`. > -> [see also](https://fpm.fortran-lang.org/en/spec/metapackages.html) +> [see also](https://fpm.fortran-lang.org/spec/metapackages.html) ## Using stdlib in your project