summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Zaborsky <qrilka@gmail.com>2015-07-16 16:26:34 +0300
committerKirill Zaborsky <qrilka@gmail.com>2015-07-16 16:26:34 +0300
commitb5dbf7b951a7bed9292703f1e10ba3b21e95c57a (patch)
tree99de25fe499f7c111ec69b3984fb344d977c97cf
parent296f8682944c0cb497aebc5d7e4198f6e0b0cd0c (diff)
Fixed erln8 link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a060ec0..ae93f40 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ format_error(Reason) ->
Building
--------
-Recommended installation of [Erlang/OTP](http://www.erlang.org) is source built using [erln8](http://metadave.github.io/erln8/) or [kerl](https://github.com/yrashk/kerl). For binary packages use those provided by [Erlang Solutions](https://www.erlang-solutions.com/downloads/download-erlang-otp), but be sure to choose the "Standard" download option or you'll have issues building projects.
+Recommended installation of [Erlang/OTP](http://www.erlang.org) is source built using [erln8](http://erln8.github.io/erln8/) or [kerl](https://github.com/yrashk/kerl). For binary packages use those provided by [Erlang Solutions](https://www.erlang-solutions.com/downloads/download-erlang-otp), but be sure to choose the "Standard" download option or you'll have issues building projects.
### Dependencies