Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
Signed-off-by: ClemensLinnhoff <clemens.linnhoff@partner.bmw.de>
  • Loading branch information
ClemensLinnhoff committed Oct 14, 2024
1 parent 5c4c958 commit 89eaa8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/architecture/trace_file_mcap_format.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= MCAP Format

== General Requirements
- Must comply with the [MCAP format specification](https://mcap.dev/spec) version `0x30`
- Must comply with the https://mcap.dev/spec[MCAP format specification] version `0x30`
- Must allow other non-OSI data to be present in the MCAP file
- Message records must be written into `chunk records` for indexed files

Expand Down
2 changes: 1 addition & 1 deletion doc/architecture/trace_file_overview_file_formats.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ This release no longer contains any support for the legacy `.txt` file format.
These files may be used for manual checks.
TIP: For efficient handling of trace files, you can utilize the specification-compliant tools and libraries provided in the companion [osi-utilities](https://github.com/OpenSimulationInterface/osi-utilities) repository. For example, convenient writer and reader classes are provided handling OSI messages for the different file formats.
TIP: For efficient handling of trace files, you can utilize the specification-compliant tools and libraries provided in the companion https://github.com/OpenSimulationInterface/osi-utilities[osi-utilities] repository. For example, convenient writer and reader classes are provided handling OSI messages for the different file formats.

0 comments on commit 89eaa8c

Please sign in to comment.