diff --git a/doc/user/concepts/trace-model.md b/doc/user/concepts/trace.md similarity index 100% rename from doc/user/concepts/trace-model.md rename to doc/user/concepts/trace.md diff --git a/doc/user/runtime/trace_spec.md b/doc/user/runtime/trace_spec.md index 738f842..f877470 100644 --- a/doc/user/runtime/trace_spec.md +++ b/doc/user/runtime/trace_spec.md @@ -11,7 +11,7 @@ collected in a runtime trace following the specification of this document. ## Structure An ovni runtime trace (or simply, a trace) is composed of one or more -[streams](../concepts/trace-model.md#stream), which are directories containing +[streams](../concepts/trace.md#stream), which are directories containing two mandatory files: - `stream.json` the stream metadata in JSON format. diff --git a/mkdocs.yml b/mkdocs.yml index 45122cd..f37d060 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -26,7 +26,7 @@ nav: - user/installation.md - 'Concepts': - user/concepts/part-model.md - - user/concepts/trace-model.md + - user/concepts/trace.md - 'Runtime': - user/runtime/index.md - user/runtime/env.md