Consolidate electronics/assets/gifs/ into videos/ (follow-up to #119/#120)#126
Merged
Merged
Conversation
…120) After #119 converted the electronics GIFs to MP4, the `gifs/` dir held only `.mp4` files — a misnomer, and electronics already has a `videos/` dir. Consolidate onto `videos/` for consistency with the #120 movies/->videos/ standardization: - git mv the 3 .mp4s from assets/gifs/ into assets/videos/ (no collisions) - relocate the one orphan (unreferenced) diagram, electric-current- flows-downhill-lower-voltage.png, to its proper home assets/images/ - update the 4 `assets/gifs/` <source> refs (electricity-basics.md x3, resistors.md x1) to assets/videos/ - remove the now-empty assets/gifs/ dir Verified: jekyll build clean; built _site/electronics has no assets/gifs/ refs and the moved videos resolve. link-check CI gate is the backstop. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Small cleanup flagged in #125: after #119 converted the electronics GIFs to MP4,
electronics/assets/gifs/held only.mp4files — a misnomer — and electronics already has anassets/videos/dir. This standardizes ontovideos/, consistent with the #120movies/→videos/consolidation.Changes
git mvthe 3.mp4sassets/gifs/→assets/videos/(no filename collisions)electric-current-flows-downhill-lower-voltage.pngto its proper homeassets/images/(preserved, not deleted)assets/gifs/<source>refs (electricity-basics.md ×3, resistors.md ×1) →assets/videos/assets/gifs/dirVerification
bundle exec jekyll buildclean; built_site/electronicshas noassets/gifs/refs and all moved videos resolve. The html-prooferlink-checkCI gate is the backstop.🤖 Generated with Claude Code