Skip to content

Commit 6811dfe

Browse files
authored
Fix broken links in README.md (#959)
2 parents 39fdc09 + ce92996 commit 6811dfe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ non-Fortran related package manager.
3333

3434
**Website: <https://fpm.fortran-lang.org/>**
3535

36-
## [Download](https://fpm.fortran-lang.org/en/install/index.html)
36+
## [Download](https://fpm.fortran-lang.org/install/index.html)
3737

3838
Fpm is available on many platforms and through multiple package managers, see our Documentation
39-
webpage for a list of **[All Supported Installations](https://fpm.fortran-lang.org/en/install/index.html)**.
39+
webpage for a list of **[All Supported Installations](https://fpm.fortran-lang.org/install/index.html)**.
4040

4141
The easiest installation routes are shown below.
4242

@@ -86,9 +86,9 @@ Binary distributions are available for MacOS 11 (Catalina) and 12 (Big Sur) for
8686
Fpm should be available and functional after those steps.
8787
For more details checkout the tap [here](https://github.com/fortran-lang/homebrew-fortran).
8888

89-
## [Get started](https://fpm.fortran-lang.org/en/tutorial/index.html)
89+
## [Get started](https://fpm.fortran-lang.org/tutorial/index.html)
9090

91-
**Follow our [Quickstart Tutorial](https://fpm.fortran-lang.org/en/tutorial/hello-fpm.html) to get familiar with fpm**.
91+
**Follow our [Quickstart Tutorial](https://fpm.fortran-lang.org/tutorial/hello-fpm.html) to get familiar with fpm**.
9292

9393
### Start a new project
9494

@@ -118,7 +118,7 @@ arguments can also be passed to the executable(s) or test(s) with the option
118118
`-- some arguments`.
119119

120120
See additional instructions in the [Packaging guide](PACKAGING.md) or
121-
the [manifest reference](https://fpm.fortran-lang.org/en/spec/manifest.html).
121+
the [manifest reference](https://fpm.fortran-lang.org/spec/manifest.html).
122122

123123
<!--
124124
### Bootstrapping instructions

0 commit comments

Comments
 (0)