diff --git a/README.md b/README.md index 642a213..033e318 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ You may want to check the spelling first, though: make spell-check ``` +(requires [aspell](http://aspell.net/)) + ## Publishing to Staging The staging site is hosted in [another LFE repo](), and thus requires a custom remote URL to be added to your local git clone: diff --git a/content/learn.md b/content/learn.md index 65244ba..fa4e728 100644 --- a/content/learn.md +++ b/content/learn.md @@ -8,9 +8,9 @@ long_description = "Learning LFE must be taken in two tracks: learning the synta +++ -## [Quick Start Guides](#quick-start-guides) +## [Quick Start](#quick-start) -[Quick Start with rebar3](https://lfe.io/books/rebar3-quick-start/) - This will get you up and running with LFE, requiring _only_ that you have a modern Erlang installed (version 21+) and `rebar3`. +[Quick Start with rebar3](https://cnbbooks.github.io/lfe-manual/part1/intro/setup.html) - This will get you up and running with LFE, requiring _only_ that you have a modern Erlang installed (version 21+) and `rebar3`. ## In-Depth