Skip to content

Commit ba84097

Browse files
author
Tim Watson
committed
fix broken links, add semantics
1 parent 373f8c1 commit ba84097

16 files changed

+1154
-10
lines changed

_layouts/site.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<div class="carousel-caption">
2222
<h1>Get Started</h1>
2323
<p class="lead">Learn how to build concurrent, distributed programs with Cloud Haskell</p>
24-
<a class="btn btn-large btn-primary" href="/tutorial.html">Learn more</a>
24+
<a class="btn btn-large btn-primary" href="/tutorials/tutorial1.html">Learn more</a>
2525
</div>
2626
</div>
2727
</div>
File renamed without changes.
File renamed without changes.
File renamed without changes.

documentation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,8 @@ TBC
535535
[5]: http://hackage.haskell.org/package/rank1dynamic
536536
[6]: http://hackage.haskell.org/packages/network-transport
537537
[7]: http://hackage.haskell.org/packages/network-transport-tcp
538-
[8]: https://github.com/haskell-distributed/distributed-process/network-transport-inmemory
539-
[9]: https://github.com/haskell-distributed/distributed-process/network-transport-composed
538+
[8]: https://github.com/haskell-distributed/network-transport-inmemory
539+
[9]: https://github.com/haskell-distributed/network-transport-composed
540540
[10]: http://hackage.haskell.org/package/distributed-process-simplelocalnet
541541
[11]: http://hackage.haskell.org/package/distributed-process-azure
542542
[12]: http://research.microsoft.com/en-us/um/people/simonpj/papers/parallel/remote.pdf

index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ 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-distibuted/distributed-process/network-transport),
7+
[generic network transport API](https://github.com/haskell-distibuted/network-transport),
88
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
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
13-
[TCP](https://github.com/haskell-distibuted/distributed-process/network-transport-tcp) and
14-
[in-memory](https://github.com/haskell-distibuted/distributed-process/network-transport-inmemory)
13+
[TCP](https://github.com/haskell-distibuted/network-transport-tcp) and
14+
[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/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 [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).
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

semantics/CloudHaskellSemantics.pdf

163 KB
Binary file not shown.

0 commit comments

Comments
 (0)