diff --git a/README.md b/README.md index 27e2b22d..01236a4e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ allocations, higher-order functions with full closure support, unrestricted recursion, even continuations. Yet, it runs on massively parallel hardware like GPUs, with near-linear speedup based on core count, and zero explicit parallel annotations: no thread spawning, no locks, mutexes, atomics. Bend is powered by -the [HVM2](https://github.com/HigherOrderCO/hvm2) runtime. +the [HVM2](https://github.com/HigherOrderCO/hvm) runtime. ## Using Bend