aboutsummaryrefslogtreecommitdiffstats
path: root/guide/deps.html
diff options
context:
space:
mode:
Diffstat (limited to 'guide/deps.html')
-rw-r--r--guide/deps.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/guide/deps.html b/guide/deps.html
index cbece74..1b424d1 100644
--- a/guide/deps.html
+++ b/guide/deps.html
@@ -58,7 +58,8 @@ building a NIF:</p><pre class="programlisting">BUILD_DEPS = leveldb
dep_leveldb = git https://github.com/basho/leveldb 2.1.3</pre><p>This dependency will be built before your application, so
you could easily copy the resulting shared file into your
<span class="emphasis"><em>priv/</em></span> directory as part of the build process. More information
-about that in the <a class="ulink" href="ports.asciidoc" target="_top">NIFs and port drivers</a>
+about that in the <a class="link" href="ports.html" title="Chapter 8. NIFs and port drivers">NIFs and port drivers</a>
+<a class="xref" href="ports.html" title="Chapter 8. NIFs and port drivers">Chapter 8, <em>NIFs and port drivers</em></a>
chapter.</p><p>Another variable, <code class="literal">LOCAL_DEPS</code>, allows specifying runtime
dependencies which are part of Erlang/OTP itself, but also
dependencies that are included in the repository. Since they