Skip to content

Commit

Permalink
created automatic links in mardown
Browse files Browse the repository at this point in the history
  • Loading branch information
rprimus committed Mar 17, 2011
1 parent c431939 commit 4041ec2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Erlang plists
=============

This is a fork of the Google Code SVN repository for plists.
The original code is available at: (http://code.google.com/p/plists/).
The original code is available at: <http://code.google.com/p/plists/>.

Original Summary
----------------
Expand All @@ -24,6 +24,6 @@ module also include a simple mapreduce implementation, and the function
runmany. All the other functions are implemented with runmany, which is as a
generalization of parallel list operations.

Documentation is available at (http://freeyourmind.googlepages.com/plists.html),
Documentation is available at <http://freeyourmind.googlepages.com/plists.html>,
and a blog post with some examples at
(http://plists.wordpress.com/2007/09/20/introducing-plists-an-erlang-module-for-doing-list-operations-in-parallel/).
<http://plists.wordpress.com/2007/09/20/introducing-plists-an-erlang-module-for-doing-list-operations-in-parallel/>.

0 comments on commit 4041ec2

Please sign in to comment.