Skip to content

fix(skills): repair broken relative links in house-style.md - #3355

Open
azizalkun-eng wants to merge 1 commit into
heygen-com:mainfrom
azizalkun-eng:fix/house-style-broken-links
Open

fix(skills): repair broken relative links in house-style.md#3355
azizalkun-eng wants to merge 1 commit into
heygen-com:mainfrom
azizalkun-eng:fix/house-style-broken-links

Conversation

@azizalkun-eng

Copy link
Copy Markdown

What

skills/hyperframes-creative/references/house-style.md had 12 broken relative markdown links.

Why

The file lives in references/, but its own links prepended references/ again (resolving to a nonexistent references/references/... path) and pointed at palettes/... without the ../ needed to reach skills/hyperframes-creative/palettes/ from inside references/. Every link in the file was broken — the typography.md/motion-principles.md cross-references and all 9 palette links in the palette table.

Change

  • Fixed the 3 sibling links (typography.md, motion-principles.md) to drop the extra references/ prefix.
  • Fixed the 9 palette table links to use ../palettes/<name>.md.
  • Re-aligned the markdown table columns for readability.

Verified every link in the file now resolves to an existing file (script output in the PR — happy to paste if useful). No other files touched.

house-style.md lives in skills/hyperframes-creative/references/, but its
own links prepended references/ (making them point at a nonexistent
references/references/ path) and pointed at palettes/ without the ../
needed to reach skills/hyperframes-creative/palettes/ from inside
references/. All 12 links in the file were broken.

Fixes typography.md and motion-principles.md links to be sibling-relative,
and the 9 palette links to correctly go up one level.
@miguel-heygen

Copy link
Copy Markdown
Collaborator

@azizalkun-eng sign the commit pls to merge it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants