Skip to content

Commit

Permalink
Fix links in readme (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
termi-official authored Sep 28, 2023
1 parent 3a08ccc commit b2c81d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FerriteDistributed.jl

![Build Status](https://github.com/termi-official/FerriteDistributed.jl/actions/workflows/CI.yml/badge.svg?branch=main)
![Build Status](https://github.com/Ferrite-FEM/FerriteDistributed.jl/actions/workflows/CI.yml/badge.svg?branch=main)

This package contains the distributed assembly infrastructure for [Ferrite.jl](https://github.com/Ferrite-FEM/Ferrite.jl).

Expand All @@ -22,7 +22,7 @@ pkg> add Ferrite#7e8a571, FerriteDistributed

> [!NOTE]
> You need a properly configured MPI.jl installation for FerriteDistributed to work. You can consult
> the [latest MPI.jl configuration docs](mpi-config-docs) for details.
> the [latest MPI.jl configuration docs][mpi-config-docs] for details.
## Contributing

Expand All @@ -47,7 +47,9 @@ Please keep in mind that we are part of the Julia community and adhere to the



[docs-dev-img]: https://img.shields.io/badge/docs-dev%20release-blue
[docs-dev-url]: http://ferrite-fem.github.io/FerriteDistributed.jl/

[mpi-config-docs]: https://juliaparallel.org/MPI.jl/latest/configuration/
[standards]: https://julialang.org/community/standards/
[julia-slack]: https://julialang.org/slack/
Expand Down

0 comments on commit b2c81d6

Please sign in to comment.