aboutsummaryrefslogtreecommitdiffstats
path: root/guide/kerl.html
diff options
context:
space:
mode:
Diffstat (limited to 'guide/kerl.html')
-rw-r--r--guide/kerl.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/guide/kerl.html b/guide/kerl.html
index 35ec324..72a0aa5 100644
--- a/guide/kerl.html
+++ b/guide/kerl.html
@@ -62,8 +62,7 @@ use the version you configured.</p><p>Note that there has been reports that this
is not compatible with the <code class="literal">.ONESHELL</code> feature from
GNU Make.</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_continuous_integration"></a>12.3. Continuous integration</h2></div></div></div><p>Erlang.mk can automatically test your project against
many different Erlang/OTP versions. This functionality
-is documented in the <a class="link" href="ci.html" title="Chapter 21. Continuous integration">Continuous integration</a>
-<a class="xref" href="ci.html" title="Chapter 21. Continuous integration">Chapter 21, <em>Continuous integration</em></a> chapter.</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_configuring_kerl"></a>12.4. Configuring Kerl</h2></div></div></div><p>All of the Kerl variables can be configured directly in the
+is documented in the <a class="link" href="ci.html" title="Chapter 22. Continuous integration">Continuous integration</a> chapter.</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_configuring_kerl"></a>12.4. Configuring Kerl</h2></div></div></div><p>All of the Kerl variables can be configured directly in the
Makefile. All you need to do is to export them. For example,
to change the installation directory for the Erlang/OTP
versions managed by Kerl, you could add the following to