diff --git a/readme.md b/readme.md index 3348103..27cb9b9 100644 --- a/readme.md +++ b/readme.md @@ -24,7 +24,7 @@ In a sense, *Falsehood* articles are a suite of wordy unit-tests covering extens > A "falsehood" is an **"idea" that you initially believe was true**, but in-reality it is **proven to be false**. > - > E.g. "**Idea:** Valid email address exactly has one `@` character, right? I will use this rule to implement my email-field validation logic. **Reality:** False! Emails [can have multiple `@` chars](https://www.netmeister.org/blog/email.html), therefore my implementation should allow this.". + > E.g. "**Idea:** Valid email address exactly has one `@` character, right? I will use this rule to implement my email-field validation logic. **Reality:** False! Emails [can have multiple `@` chars](#emails), therefore my implementation should allow this.". > > These listed articles will have a comprehensive list of those false-beliefs that you should be aware of, to help you become a better programmer.