From 578e0d0c4482f5b54654168efa04681dac80a804 Mon Sep 17 00:00:00 2001 From: cam Date: Sun, 4 Sep 2022 22:47:04 -0700 Subject: [PATCH] Convert link tags to lowercase 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. --- src/content/glossary/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/glossary/index.md b/src/content/glossary/index.md index 82ecd3ef2c5..d736a032234 100644 --- a/src/content/glossary/index.md +++ b/src/content/glossary/index.md @@ -211,11 +211,11 @@ The economics of cryptocurrencies. ## D {#section-d} -### Đ {#D-with-stroke} +### Đ {#d-with-stroke} Đ (D with stroke) is used in Old English, Middle English, Icelandic, and Faroese to stand for an uppercase letter “Eth”. It is used in words like ĐEV or Đapp (decentralized application), where the Đ is the Norse letter “eth”. The uppercase eth (Ð) is also used to symbolize the cryptocurrency Dogecoin. This is commonly seen in older Ethereum literature but is used less often today. -### DAG {#DAG} +### DAG {#dag} DAG stands for Directed Acyclic Graph. It is a data structure composed of nodes and links between them. Ethereum uses a DAG in its [proof of work](#proof-of-work) algorithm, [Ethash](#ethash).