Skip to content

Commit 53b9f94

Browse files
author
Tim Watson
committed
more link fixing
1 parent fcea64d commit 53b9f94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ title: Home
55
Cloud Haskell: Erlang-style concurrent and distributed programming in Haskell.
66
The Cloud Haskell Platform consists of a
77
[generic network transport API](https://github.com/haskell-distibuted/network-transport),
8-
libraries for sending [static closures](https://github.com/haskell-distibuted/distributed-process/distributed-process-static) to remote nodes, a rich [API for distributed programming](https://github.com/haskell-distibuted/distributed-process/distributed-process) and a
8+
libraries for sending [static closures](https://github.com/haskell-distibuted/distributed-process-static) to remote nodes, a rich [API for distributed programming](https://github.com/haskell-distibuted/distributed-process) and a
99
set of [Platform Libraries](https://github.com/haskell-distibuted/distributed-process-platform),
1010
modelled after Erlang's [Open Telecom Platform](http://www.erlang.org/doc/).
1111

1212
Generic network transport backends have been developed for
1313
[TCP](https://github.com/haskell-distibuted/network-transport-tcp) and
1414
[in-memory](https://github.com/haskell-distibuted/network-transport-inmemory)
1515
messaging, and several other implementations are available including a transport for
16-
[Windows Azure](https://github.com/haskell-distibuted/distributed-process-azure). The [Overview](https://github.com/haskell-distibuted/distributed-process/wiki/Overiview) provides links to a number of resources for learning about the conceptual underpinnings of Cloud Haskell, and some [examples](https://github.com/haskell-distibuted/distributed-process/distributed-process-demos).
16+
[Windows Azure](https://github.com/haskell-distibuted/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-distibuted/distributed-process-demos).
1717

1818
Documentation is available on this site for HEAD, or
1919
[hackage](http://hackage.haskell.org/package/distributed-process) for the current and preceding versions of

0 commit comments

Comments
 (0)