Skip to content

Commit

Permalink
Update gitbook links
Browse files Browse the repository at this point in the history
The gitbook is now found under a new URL.
  • Loading branch information
datenreisender committed Jan 22, 2018
1 parent 228ea3d commit 41ae3ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,28 @@ That said, typed functional languages will, without a doubt, be the best place t

## Read it Online

For a best reading experience, [read it online via Gitbook](https://drboolean.gitbooks.io/mostly-adequate-guide/content/).
For a best reading experience, [read it online via Gitbook](https://mostly-adequate.gitbooks.io/mostly-adequate-guide/).

- Quick-access side-bar
- Quick-access side-bar
- In-browser exercises
- In-depth examples


## Download it

* [Download PDF](https://www.gitbook.com/download/pdf/book/drboolean/mostly-adequate-guide)
* [Download EPUB](https://www.gitbook.com/download/epub/book/drboolean/mostly-adequate-guide)
* [Download Mobi (Kindle)](https://www.gitbook.com/download/mobi/book/drboolean/mostly-adequate-guide)
* [Download PDF](https://www.gitbook.com/download/pdf/book/mostly-adequate/mostly-adequate-guide)
* [Download EPUB](https://www.gitbook.com/download/epub/book/mostly-adequate/mostly-adequate-guide)
* [Download Mobi (Kindle)](https://www.gitbook.com/download/mobi/book/mostly-adequate/mostly-adequate-guide)


## Do it yourself

```
git clone https://github.com/DrBoolean/mostly-adequate-guide.git
git clone https://github.com/MostlyAdequate/mostly-adequate-guide.git
cd mostly-adequate-guide/
npm install
npm run setup
gitbook pdf
gitbook pdf
```


Expand Down
2 changes: 1 addition & 1 deletion ch04.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Let's acquire another essential tool called `compose`.
#### Note About Exercises

Throughout the book, you might encounter an 'Exercises' section like this one. Exercises can be
done directly in-browser provided you're reading from [gitbook](https://drboolean.gitbooks.io/mostly-adequate-guide/in-summary) (recommended).
done directly in-browser provided you're reading from [gitbook](https://mostly-adequate.gitbooks.io/mostly-adequate-guide) (recommended).

Note that, for all exercises of the book, you always have a handful of helper functions
available in the global scope. Hence, anything that is define in [Appendix A](./appendix_a.md),
Expand Down

0 comments on commit 41ae3ee

Please sign in to comment.