Skip to content

Commit

Permalink
Fixes best practices link in menu and avoid 3 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
fooflare committed May 27, 2014
1 parent e295b84 commit aca4267
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 05_proper.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ Ruby or other language of your choice.)

[source, erlang]
----
include::proper/test_json_vs_python\.erl[]
include::proper/test_json_vs_python.erl[]
----

==== Testing vs External Model
Expand Down
2 changes: 1 addition & 1 deletion 11_best_practices.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== How to Write code to take advantage of Dialyzer
== How to Write code to take advantage of Dialyzer

WARNING: This section is a work in progress, feel free to send
corrections etc as pull request. Please Use advice here with caution
Expand Down
2 changes: 1 addition & 1 deletion book.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ performance tests and more.
* link:08_wrangler.html[Wrangler]
* link:09_concuerror.html[Concerrer]
* link:10_ci.html[Contious Integration]
* link:11_best_practice.html[Best Practice]
* link:11_best_practices.html[Best Practice]



Expand Down
2 changes: 1 addition & 1 deletion outline.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@



=== Chapters
== Chapters

* [Preface](preface.asciidoc)
* [Building With Rebar](rebar.asciidoc)
Expand Down

0 comments on commit aca4267

Please sign in to comment.