diff options
author | Henrik Nord <[email protected]> | 2014-02-24 16:16:16 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2014-02-24 16:16:16 +0100 |
commit | da3e915fe99d8454c143f8625da40aba1d52cd75 (patch) | |
tree | 40ad2ea93dc6ff34d709ad221918eb6f4ac42203 | |
parent | c09955d29b6e4322b3a8adff962ff62d9c47647e (diff) | |
parent | db5b03027ee41d3cf01f5d3955b49ca705c83dee (diff) | |
download | otp-da3e915fe99d8454c143f8625da40aba1d52cd75.tar.gz otp-da3e915fe99d8454c143f8625da40aba1d52cd75.tar.bz2 otp-da3e915fe99d8454c143f8625da40aba1d52cd75.zip |
Merge branch 'byaruhaf/add-books/OTP-11754'
* byaruhaf/add-books/OTP-11754:
Updated Copyright year and recent Erlang books
-rw-r--r-- | system/doc/top/templates/index.html.src | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/system/doc/top/templates/index.html.src b/system/doc/top/templates/index.html.src index a176bc9a14..7acdadbf8a 100644 --- a/system/doc/top/templates/index.html.src +++ b/system/doc/top/templates/index.html.src @@ -2,7 +2,7 @@ <!-- %CopyrightBegin% -Copyright Ericsson AB 2009-2013. All Rights Reserved. +Copyright Ericsson AB 2009-2014. All Rights Reserved. The contents of this file are subject to the Erlang Public License, Version 1.1, (the "License"); you may not use this file except in @@ -104,10 +104,16 @@ In addition to the documentation here Erlang is described in several recent book </p> <ul> <li> +<a href="http://shop.oreilly.com/product/0636920025818.do">"Introducing Erlang"</a> from O'Reilly. +</li> +<li> +<a href="http://www.nostarch.com/erlang">"Learn You Some Erlang for Great Good!"</a> from nostarch. +</li> +<li> <a href="http://oreilly.com/catalog/9780596518189">"Erlang Programming"</a> from O'Reilly. </li> <li> -<a href="http://www.pragprog.com/titles/jaerlang">"Programming Erlang"</a> from Pragmatic. +<a href="http://www.pragprog.com/book/jaerlang2/programming-erlang">"Programming Erlang"</a> from Pragmatic. </li> <li> <a href="http://www.manning.com/logan">"Erlang and OTP in Action"</a> from Manning. |