aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/app.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/app.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/app.asciidoc')
-rw-r--r--doc/src/guide/app.asciidoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/guide/app.asciidoc b/doc/src/guide/app.asciidoc
index 43582d2..99ff052 100644
--- a/doc/src/guide/app.asciidoc
+++ b/doc/src/guide/app.asciidoc
@@ -77,7 +77,7 @@ $ make deps
This will fetch and compile all dependencies and their
dependencies, recursively.
-link:deps.asciidoc[Packages and dependencies] are covered
+xref:deps[Packages and dependencies] are covered
in the next chapter.
==== Release
@@ -94,7 +94,7 @@ the application and all dependencies:
[source,bash]
$ make rel
-Consult the link:releases.asciidoc[Releases] chapter for more
+Consult the xref:relx[Releases] chapter for more
information about what releases are and how they are generated.
=== Application resource file
@@ -152,7 +152,7 @@ DEPS = cowlib ranch
Any space before and after the value is dropped.
-link:deps.asciidoc[Dependencies] are covered in details in
+xref:deps[Dependencies] are covered in details in
the next chapter.
==== Legacy method
@@ -225,7 +225,7 @@ then built normally.
In addition, Erlang.mk keeps track of header files (`.hrl`)
as described at the end of this chapter. It can also compile
-C code, as described in the link:ports.asciidoc[NIFs and port drivers]
+C code, as described in the xref:ports[NIFs and port drivers]
chapter.
Erlang.mk also comes with plugins for the following formats: