Skip to content

Fix malformed href in Italian glossary causing double-slash URLs#16931

Merged
corwintines merged 1 commit into
devfrom
fix/italian-glossary-malformed-hrefs
Dec 18, 2025
Merged

Fix malformed href in Italian glossary causing double-slash URLs#16931
corwintines merged 1 commit into
devfrom
fix/italian-glossary-malformed-hrefs

Conversation

@minimalsm
Copy link
Copy Markdown
Contributor

Summary

Fixes malformed href attributes in Italian glossary translations that were causing double-slash URLs like https://ethereum.org/it//.

The Problem

5 glossary definitions had broken href syntax:

href=//# consensus-client"

Instead of:

href="/glossary/#consensus-client"

This was flagged by AHREFS as a double-slash URL issue, found on /it/glossary/.

Files Changed

  • src/intl/it/glossary.json (3 fixes)
  • src/intl/it/glossary-tooltip.json (2 fixes)

Test plan

  • Verify /it/glossary/ page loads without errors
  • Check glossary tooltip links work correctly
  • Confirm no double-slash URLs in rendered output

Fixes 5 instances of broken href syntax causing double-slash URLs:
- `href=//# consensus-client"` → `href="/glossary/#consensus-client"`
- `href=//# smart-contract"` → `href="/glossary/#smart-contract"`
- `href=//# blockchain"` → `href="/glossary/#blockchain"`

These malformed hrefs were creating links like `https://ethereum.org/it//`
which AHREFS flagged as a double-slash URL issue.
@netlify
Copy link
Copy Markdown

netlify Bot commented Dec 17, 2025

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit 1e83672
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/69432c80fa4dab000889600d
😎 Deploy Preview https://deploy-preview-16931--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: 42 (🔴 down 10 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 the translation 🌍 This is related to our Translation Program label Dec 17, 2025
@corwintines corwintines merged commit 83a40cd into dev Dec 18, 2025
7 checks passed
@corwintines corwintines deleted the fix/italian-glossary-malformed-hrefs branch December 18, 2025 04:38
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

translation 🌍 This is related to our Translation Program

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants