Skip to content

Commit 92e668a

Browse files
author
f@bi.an
committed
fix: correct video source path in disinformation.md
1 parent c0df200 commit 92e668a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ When working on this project:
300300
7. **Only edit source files**: `docs/` (content), `overrides/` (templates), root config files
301301
8. **Always verify file location** before editing - ensure it's NOT in the `site/` folder
302302

303-
### Technical Guidelines
303+
### Technical Guidelines
304304
9. **Always activate the Python virtual environment** before running commands
305305
10. **Use site_manager.py** instead of direct mkdocs commands for consistency
306306
11. **Place images in the same directory** as the referencing markdown file

docs/make/art/literal/disinformation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ Just as Napster has triggered a revolution in streaming media and PayPal in onli
1313
![Disinformation_the_source](_Disinformation_the_source.mp4)
1414

1515
<video width="320" height="240" controls>
16-
<source src="Disinformation_the_source.mp4" type="video/mp4">
16+
<source src="_Disinformation_the_source.mp4" type="video/mp4">
1717
</video>

0 commit comments

Comments
 (0)