Skip to content

Commit aa4fd50

Browse files
authored
Fix links to archived github projects
Links now point to the monorepo location for these projects, though I'm unsure it's the best place to link with them not having READMEs.
1 parent bd76864 commit aa4fd50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ title: Home
44
---
55
Cloud Haskell: Erlang-style concurrent and distributed programming in Haskell.
66
The Cloud Haskell Platform consists of a
7-
[generic network transport API](https://github.com/haskell-distributed/network-transport),
8-
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
7+
[generic network transport API](https://github.com/haskell-distributed/distributed-process/tree/master/packages/network-transport),
8+
libraries for sending [static closures](https://github.com/haskell-distributed/distributed-process/tree/master/packages/distributed-static) to remote nodes, a rich [API for distributed programming](https://github.com/haskell-distributed/distributed-process/tree/master/packages/distributed-process) and a
99
set of platform libraries modelled after Erlang's [Open Telecom Platform](http://www.erlang.org/doc/).
1010

1111
Generic network transport backends have been developed for
12-
[TCP](https://github.com/haskell-distributed/network-transport-tcp) and
13-
[in-memory](https://github.com/haskell-distributed/network-transport-inmemory)
12+
[TCP](https://github.com/haskell-distributed/distributed-process/tree/master/packages/network-transport-tcp) and
13+
[in-memory](https://github.com/haskell-distributed/distributed-process/tree/master/packages/network-transport-inmemory)
1414
messaging, and several other implementations are available including a transport for
1515
[Windows Azure](https://github.com/haskell-distributed/distributed-process-azure). The [wiki](/wiki.html) provides links to a number of resources for learning about the conceptual underpinnings of Cloud Haskell, and some [examples](https://github.com/haskell-distributed/distributed-process-demos).
1616

0 commit comments

Comments
 (0)