From b5dcc807f198830d40c732d8bb9c3f1bd340dd4e Mon Sep 17 00:00:00 2001 From: Rizda Dwi Prasetya Date: Mon, 1 Nov 2021 14:27:27 +0700 Subject: [PATCH] update link to prevent detected as duplicated link awesome linter don't like duplicate links, so to fix: the tldr example will just link to the #emails section --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.