Skip to content

Commit ff694a1

Browse files
committed
fix broken ref
change path from absolute to relative
1 parent b18b145 commit ff694a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/hardware/breakout/load-data.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ The following python script can be used to load and plot the data produced by th
88
> [!NOTE]
99
> Previous versions of the example workflow used CsvWriter instead of MatrixWriter to write digital
1010
> input data. You can download the script for loading digital data saved using CsvWriter
11-
> <a href="/workflows/hardware/breakout/load-breakoutboard_csvwriter-digital-inputs.py"
11+
> <a href="../../../workflows/hardware/breakout/load-breakoutboard_csvwriter-digital-inputs.py"
1212
> download>here</a>. With that said, using the updated example workflow is recommended because the
1313
> resulting data occupies less storage.
1414
15-
1615
[!code-python[](../../../workflows/hardware/breakout/load-breakoutboard.py)]
1716

1817
> [!NOTE]

0 commit comments

Comments
 (0)