diff options
author | Kenneth Lundin <[email protected]> | 2012-09-03 11:34:55 +0200 |
---|---|---|
committer | Kenneth Lundin <[email protected]> | 2012-09-03 11:34:55 +0200 |
commit | feb82cb4b5be959adecd969c5c61163787565333 (patch) | |
tree | 4b7aa987e4e57ab92ccc12802cd581d0bf58632d /system/doc/top/templates | |
parent | 5fa59323caf6ed5ba871d4f1a36a5b16be13693b (diff) | |
download | otp-feb82cb4b5be959adecd969c5c61163787565333.tar.gz otp-feb82cb4b5be959adecd969c5c61163787565333.tar.bz2 otp-feb82cb4b5be959adecd969c5c61163787565333.zip |
Fix a missing li tag plus a link to Erlide
Diffstat (limited to 'system/doc/top/templates')
-rw-r--r-- | system/doc/top/templates/index.html.src | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/doc/top/templates/index.html.src b/system/doc/top/templates/index.html.src index 2b90c03bbc..de87600ebd 100644 --- a/system/doc/top/templates/index.html.src +++ b/system/doc/top/templates/index.html.src @@ -108,6 +108,8 @@ In addition to the documentation here Erlang is described in several recent book </li> <li> <a href="http://www.pragprog.com/titles/jaerlang">"Programming Erlang"</a> from Pragmatic. +</li> +<li> <a href="http://www.manning.com/logan">"Erlang and OTP in Action"</a> from Manning. </li> </ul> @@ -137,7 +139,7 @@ tags support and more. See the <a href="#tools#/index.html"> Tools</a> application for details. <p> There is also an -<a href="http://erlide.sourceforge.net"> +<a href="http://erlide.org/index.html"> Erlang plugin (ErlIDE) for Eclipse</a> if you prefer a more graphical environment. ErlIDE is under active development with new features in almost every release. <li>When developing with Erlang/OTP you usually test your programs |