Skip to content

Commit 3cd10fb

Browse files
committed
Fix video source path for remote debugging example in documentation
1 parent a9de2e3 commit 3cd10fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The path in IRIS is the path of the file in the IRIS instance. The path in your
8787
### Example
8888

8989
<video controls width="640" height="360">
90-
<source src="/img/IoPRemoteDebug.mp4" type="video/mp4">
90+
<source src="/interoperability-embedded-python/img/IoPRemoteDebug.mp4" type="video/mp4">
9191
</video>
9292

9393

0 commit comments

Comments
 (0)