aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/compat.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-12-30 01:57:58 +0100
committerLoïc Hoguin <[email protected]>2015-12-30 01:57:58 +0100
commit8a2f44eb607d53f5627df53438b2e9ad3b81409c (patch)
tree2ebf5b4ea7a48b7fb1ab9974dcaf804486828d5b /doc/src/guide/compat.asciidoc
parent5f0cfebad65f0d228b0d962b28dde0436ed9ffac (diff)
downloaderlang.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/compat.asciidoc')
-rw-r--r--doc/src/guide/compat.asciidoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/guide/compat.asciidoc b/doc/src/guide/compat.asciidoc
index 381e845..8c8f935 100644
--- a/doc/src/guide/compat.asciidoc
+++ b/doc/src/guide/compat.asciidoc
@@ -21,7 +21,7 @@ and adds a Makefile to the project that Erlang.mk can then
use for building:
_Autoload_ is documented in more details in the
-link:deps.asciidoc[Packages and dependencies] chapter.
+xref:deps[Packages and dependencies] chapter.
=== Erlang.mk projects as Rebar dependencies
@@ -50,11 +50,12 @@ the `DEPS` and `ERLC_OPTS` variables, among others. This
means that the Rebar family builds your project much the
same way as Erlang.mk.
+// @todo Sanity check chapter.
Careful though! Different build tools have different fetching
strategies. If some applications provide differing dependencies,
they might be fetched differently by other build tools. Check
-the link:sanity_check.asciidoc[Sanity check] chapter to find
-out how to detect such issues.
+the upcoming Sanity check chapter to find out how to detect such
+issues.
You can automatically generate this file when you build
your application, by making it a dependency of the `app`