Skip to content

Commit 22ed952

Browse files
Documentation: Fix link
1 parent d63168a commit 22ed952

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

ARM.SDS.pdsc

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,8 @@
1313
<repository type="git">https://github.com/ARM-software/SDS-Framework.git</repository>
1414

1515
<releases>
16-
<release version="2.0.0-dev">
17-
Active Development ...
18-
Major rework of the SDS-Framework
19-
Added documentation
20-
Examples:
21-
- Added reference application examples
22-
Utilities:
23-
- Added SDS-Check
24-
- Added support in SDS-Convert for conversion from QeexoV2CSV to SDS format
16+
<release version="2.1.0-dev">
17+
Active development ...
2518
</release>
2619
</releases>
2720

sds/include/sds.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ The function attempts to read data and may block based on the behavior of the un
295295
\details
296296
The **SDS Recorder** and **Player** manage writing to and reading from SDS files through communication or file I/O interfaces.
297297
They support the recording and playback of real-world data for applications such as machine learning and data analysis.
298-
For details on I/O interfaces, refer to chapter [SDS Interface](../sdsio.md#SDSIO_Interface).
298+
For details on I/O interfaces, refer to chapter [SDS Interface](../sdsio.md#).
299299

300300
The system uses a dedicated worker thread (`sdsRecPlayThread`) to handle file I/O asynchronously. User-facing APIs interact only
301301
with internal circular buffers, allowing efficient, non-blocking data operations.

0 commit comments

Comments
 (0)