docs/modules/ROOT/pages/index.adoc: add internal links
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Sep 2020 11:19:04 +0000 (07:19 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Sep 2020 11:19:04 +0000 (07:19 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
docs/modules/ROOT/pages/index.adoc

index 72f7dda0e316c2a2d193f3608c2807e73742e382..3b45298117b03c84896ebaeb28f51802e1def0b7 100644 (file)
@@ -16,13 +16,13 @@ xref:how-barectf-works:ctf-primer.adoc#ds[CTF data streams].
 CTF is a binary trace format designed to be very fast to write without
 compromising great flexibility.
 
-barectf reads a configuration and produces:
+barectf reads a xref:yaml:index.adoc[configuration] and produces:
 
 * A CTF xref:how-barectf-works:ctf-primer.adoc#trace[metadata stream]
   file.
 
-* {ansi-c} source code files which, once compiled, constitute a tracer
-  which writes CTF data streams.
+* {ansi-c} source code files which, once xref:build:index.adoc[compiled],
+  constitute a tracer which writes CTF data streams.
 +
 The generated C{nbsp}source code has no other dependencies than a few
 C{nbsp}standard library headers.
This page took 0.024703 seconds and 4 git commands to generate.