From f4e08d7acd0bdb98479114d867d833df1fe252fd Mon Sep 17 00:00:00 2001 From: Kaelig Deloumeau-Prigent Date: Thu, 6 Jun 2024 12:50:35 -0700 Subject: [PATCH] Fix links in "Reading" section of add-adhd.md At the moment, links are broken at the bottom of the page, as links render like so: ```https://www.selfdefined.app/definitions/add-adhd/%3Chttps://icd.who.int/browse11/l-m/en#/http%3a%2f%2fid.who.int%2ficd%2fentity%2f821852937%3E``` I hope removing the brackets fixes it! --- 11ty/definitions/add-adhd.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/11ty/definitions/add-adhd.md b/11ty/definitions/add-adhd.md index 35b74fa4..2fc15204 100644 --- a/11ty/definitions/add-adhd.md +++ b/11ty/definitions/add-adhd.md @@ -5,13 +5,13 @@ defined: true speech: noun reading: - text: 'What Is ADHD? Meaning, Symptoms & Tests' - href: + href: https://www.additudemag.com/what-is-adhd-symptoms-causes-treatments/ - text: 'No Time To Confront Racism In Neurodiversity' - href: + href: https://blackgirllostkeys.com/adhd/no-time-to-confront-racism-in-neurodiversity/ - text: DSM-5 ADHD Diagnosis - href: + href: https://www.cdc.gov/ncbddd/adhd/diagnosis.html - text: ICD-11 ADHD Entry - href: + href: https://icd.who.int/browse11/l-m/en#/http%3a%2f%2fid.who.int%2ficd%2fentity%2f821852937 --- ## Overview