diff --git a/lattice-boltzmann.com/content/0-foreword.md b/lattice-boltzmann.com/content/0-foreword.md index a980e584828dc7a6cbb613e1303527ebc8510fb9..3cdb1506b61d67ab1afb437117e908121ef22288 100644 --- a/lattice-boltzmann.com/content/0-foreword.md +++ b/lattice-boltzmann.com/content/0-foreword.md @@ -12,7 +12,7 @@ step of the way. In order to be self consistent it will contain a theoretical pr of the lattice Boltzmann method and present the derivation of the numerical method as well as a complete implementation. The idea behind this blog is also to introduce the reader to novel implementation techniques using functional programming. -To this aim we will use the hardware agnostic [Futhark](https://futhark-lang.org/) +To this aim we will use the hardware agnostic [Futhark](https://www.futhark-lang.org/) that allows to target a vast amount of architectures (single/multi-core CPU to any possible GPU).