diff options
author | Loïc Hoguin <[email protected]> | 2015-12-30 01:57:58 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-12-30 01:57:58 +0100 |
commit | 8a2f44eb607d53f5627df53438b2e9ad3b81409c (patch) | |
tree | 2ebf5b4ea7a48b7fb1ab9974dcaf804486828d5b /doc/src/guide/deps.asciidoc | |
parent | 5f0cfebad65f0d228b0d962b28dde0436ed9ffac (diff) | |
download | erlang.mk-8a2f44eb607d53f5627df53438b2e9ad3b81409c.tar.gz erlang.mk-8a2f44eb607d53f5627df53438b2e9ad3b81409c.tar.bz2 erlang.mk-8a2f44eb607d53f5627df53438b2e9ad3b81409c.zip |
Replace broken links with cross references
Diffstat (limited to 'doc/src/guide/deps.asciidoc')
-rw-r--r-- | doc/src/guide/deps.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/deps.asciidoc b/doc/src/guide/deps.asciidoc index 9093d74..be7ed52 100644 --- a/doc/src/guide/deps.asciidoc +++ b/doc/src/guide/deps.asciidoc @@ -73,7 +73,7 @@ dep_leveldb = git https://github.com/basho/leveldb 2.1.3 This dependency will be built before your application, so you could easily copy the resulting shared file into your 'priv/' directory as part of the build process. More information -about that in the link:ports.asciidoc[NIFs and port drivers] +about that in the xref:ports[NIFs and port drivers] chapter. Another variable, `LOCAL_DEPS`, allows specifying runtime |