Skip to content

Commit 588a79e

Browse files
authored
Merge pull request #414 from ChetanKarwa/master
Add few important links
2 parents cb3337b + 19a54f6 commit 588a79e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ Its key goal is to improve the user experience of Fortran programmers.
55
It does so by making it easier to build your Fortran program or library, run the
66
executables, tests, and examples, and distribute it as a dependency to other
77
Fortran projects.
8-
Fpm's user interface is modeled after [Rust's Cargo](https://crates.io/),
8+
Fpm's user interface is modeled after [Rust's Cargo](https://doc.rust-lang.org/cargo/),
99
so if you're familiar with that tool, you will feel at home with fpm.
1010
Fpm's long term vision is to nurture and grow the ecosystem of modern Fortran
1111
applications and libraries.
1212

1313
Fpm is an early prototype and is evolving rapidly.
1414
You can use it to build and package your Fortran projects, as well as to use
15-
existing fpm packages as dependencies.
15+
[existing fpm packages](https://github.com/fortran-lang/fpm-registry) as dependencies.
1616
Fpm's behavior and user interface may change as it evolves, however as fpm
1717
matures and we enter production, we will aim to stay backwards compatible.
1818
Please follow the [issues](https://github.com/fortran-lang/fpm/issues) to
1919
contribute and/or stay up to date with the development.
2020
Before opening a bug report or a feature suggestion, please read our
21-
[Contributor Guide](CONTRIBUTING.md).
21+
[Contributor Guide](CONTRIBUTING.md). You can also discuss your ideas and queries with the community in [fpm discussions](https://github.com/fortran-lang/fpm/discussions), or more broadly on [Fortran-Lang Discourse](https://fortran-lang.discourse.group/)
2222

2323
Fortran Package Manager is not to be confused with
2424
[Jordan Sissel's fpm](https://github.com/jordansissel/fpm), a more general,

0 commit comments

Comments
 (0)