diff --git a/index.md b/index.md index 8fdee57..abaefb5 100644 --- a/index.md +++ b/index.md @@ -5,7 +5,7 @@ title: Home Cloud Haskell: Erlang-style concurrent and distributed programming in Haskell. The Cloud Haskell Platform consists of a [generic network transport API](https://github.com/haskell-distributed/network-transport), -libraries for sending [static closures](https://github.com/haskell-distributed/distributed-process-static) to remote nodes, a rich [API for distributed programming](https://github.com/haskell-distributed/distributed-process) and a +libraries for sending [static closures](https://github.com/haskell-distributed/distributed-static) to remote nodes, a rich [API for distributed programming](https://github.com/haskell-distributed/distributed-process) and a set of [Platform Libraries](https://github.com/haskell-distributed/distributed-process-platform), modelled after Erlang's [Open Telecom Platform](http://www.erlang.org/doc/).