aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/eunit.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/eunit.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/eunit.asciidoc')
-rw-r--r--doc/src/guide/eunit.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/eunit.asciidoc b/doc/src/guide/eunit.asciidoc
index 62188d9..496b674 100644
--- a/doc/src/guide/eunit.asciidoc
+++ b/doc/src/guide/eunit.asciidoc
@@ -118,5 +118,5 @@ you can run the following directly:
[source,bash]
$ make -C deps/cowlib eunit t=cow_http_hd
-Finally, link:coverage.asciidoc[code coverage] is available,
+Finally, xref:coverage[code coverage] is available,
but covered in its own chapter.