Skip to content

Fix broken glossary link causing /glossary/eth 404s#16932

Merged
corwintines merged 1 commit into
devfrom
fix/glossary-broken-eth-link
Dec 18, 2025
Merged

Fix broken glossary link causing /glossary/eth 404s#16932
corwintines merged 1 commit into
devfrom
fix/glossary-broken-eth-link

Conversation

@minimalsm
Copy link
Copy Markdown
Contributor

Summary

Fixes a broken link in the glossary that was causing 404 errors on /glossary/eth and its translated variants.

The Problem

The 51%-attack definition had a malformed link:

<a href="eth">ether</a>

Instead of:

<a href="/glossary/#ether">ether</a>

This created 404s on:

  • /glossary/eth
  • /zh-tw/glossary/eth
  • /fr/glossary/eth
  • /es/glossary/eth
  • /it/glossary/eth
  • /hu/glossary/eth
  • /el/glossary/eth
  • /zh/glossary/eth

Files Changed

12 glossary.json files across locales: en, el, es, fa, fr, hu, it, ja, pt-br, tr, zh, zh-tw

Test plan

  • Verify links in glossary 51%-attack definition work correctly
  • No more 404s on /glossary/eth paths

The 51%-attack definition had a malformed href="eth" instead of
href="/glossary/#ether", causing 404s on /glossary/eth across
12 locales.

Fixed in: en, el, es, fa, fr, hu, it, ja, pt-br, tr, zh, zh-tw
@netlify
Copy link
Copy Markdown

netlify Bot commented Dec 17, 2025

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit b44b399
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/694335d789fc240008c92ae5
😎 Deploy Preview https://deploy-preview-16932--ethereumorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 46 (🔴 down 6 from production)
Accessibility: 94 (no change from production)
Best Practices: 92 (🔴 down 8 from production)
SEO: 100 (🟢 up 1 from production)
PWA: 59 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added content 🖋️ This involves copy additions or edits translation 🌍 This is related to our Translation Program labels Dec 17, 2025
@corwintines corwintines merged commit 8aff9e5 into dev Dec 18, 2025
6 checks passed
@corwintines corwintines deleted the fix/glossary-broken-eth-link branch December 18, 2025 04:39
This was referenced Dec 18, 2025
@wackerow wackerow mentioned this pull request Jan 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

content 🖋️ This involves copy additions or edits translation 🌍 This is related to our Translation Program

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants