Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert glossary link tags for Đ and DAG to lowercase #7679

Merged
merged 1 commit into from
Sep 5, 2022
Merged

Convert glossary link tags for Đ and DAG to lowercase #7679

merged 1 commit into from
Sep 5, 2022

Conversation

camerondurham
Copy link
Contributor

Fix broken links from Table of Contents to definition. The links and hashes for all other items are lowercase and the generated urls are all lowercase. #DAG and #D-with-stroke were the only exceptions.

Description

The generated links in the Glossary's table of contents does not directly link you to the definition.

  1. Đ (#d-with-stroke , the actual link is #D-with-stroke)
  2. DAG (#dag, the actual link is #DAG)

Example:

  1. Đ
    2. The link in the TOC is: https://ethereum.org/en/glossary/#d-with-stroke
    3. The current direct link is: https://ethereum.org/en/glossary/#D-with-stroke
  2. DAG
    6. The link in the TOC is: https://ethereum.org/en/glossary/#dag
    7. The current direct link is: https://ethereum.org/en/glossary/#DAG

Proposing to change the #<LINK_NAME> to lowercase, matching all other short links in the glossary.

Thanks!

Related Issue

Closes #7678

Fix broken links from Table of Contents to definition. The links and hashes for all other items are lowercase and the generated urls are all lowercase. `#DAG` and `#D-with-stroke` were the only exceptions.
@vercel
Copy link

vercel bot commented Sep 5, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
ethereum-org-website ❌ Failed (Inspect) Sep 5, 2022 at 6:44AM (UTC)

@github-actions github-actions bot added content 🖋️ This involves copy additions or edits review needed 👀 labels Sep 5, 2022
@gatsby-cloud
Copy link

gatsby-cloud bot commented Sep 5, 2022

Gatsby Cloud Build Report

ethereum-org-website-dev

🎉 Your build was successful! See the Deploy preview here.

Build Details

View the build logs here.

🕐 Build time: 41m

Copy link
Contributor

@minimalsm minimalsm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @camerondurham, nice catch and thanks for the PR 💪

We've just released our 2022 POAPs so remember to claim yours 🥳!

@minimalsm
Copy link
Contributor

@all-contributors please add @camerondurham for bug, docs

@allcontributors
Copy link
Contributor

@minimalsm

I've put up a pull request to add @camerondurham! 🎉

@minimalsm minimalsm merged commit 1c56b87 into ethereum:dev Sep 5, 2022
@gitpoap-bot
Copy link

gitpoap-bot bot commented Sep 5, 2022

Woohoo, your important contribution to this open-source project has earned you a GitPOAP!

GitPOAP: 2022 Ethereum.org Contributor:
GitPOAP: 2022 Ethereum.org Contributor GitPOAP Badge

Head on over to GitPOAP.io and connect your GitHub account to mint!

@corwintines corwintines mentioned this pull request Sep 8, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Glossary's Table of Contents links for Đ and DAG do not take you to definition
2 participants