From 39bc106b73d87e340a38c5324e4b2f144db0d313 Mon Sep 17 00:00:00 2001 From: romainsalles Date: Sat, 29 Jul 2017 16:51:54 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20broken=20link=20in=20=C3=89tude=207-3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In the **Étude 7-3** (http://chimera.labs.oreilly.com/books/1234000001642/ch07.html#CH07-ET03), the "See a suggested solution in Appendix A" sentence doesn't link to the correct page because the expected id doesn't exist. This is due to a duplicated reference `[[SOLUTION07-ET03]]` (in the *appendix-a.asciidoc* file) converted into 2 different ids : **SOLUTION07-ET03_id1** and **SOLUTION07-ET03_id2** instead of a unique **SOLUTION07-ET03**. --- appendix-a.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendix-a.asciidoc b/appendix-a.asciidoc index c411d26..ed29463 100644 --- a/appendix-a.asciidoc +++ b/appendix-a.asciidoc @@ -316,7 +316,7 @@ include::code/ch07-03/geography.ex[] Here is a suggested solution for <>. The code shown here is the code required to implement the additional protocols; the remaining -code is the same as in [[SOLUTION07-ET03]] +code is the same as in <>. ==== +city.ex+ // [source,elixir]