Rename trace-model.md to just trace.md

This commit is contained in:
Rodrigo Arias 2024-09-17 13:31:46 +02:00
parent 9e6f691325
commit 6aba89a8a8
3 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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