1
0
Fork 0
mirror of https://github.com/kdeldycke/awesome-falsehood.git synced 2024-12-18 12:08:24 -05:00

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
This commit is contained in:
Rizda Dwi Prasetya 2021-11-01 14:27:27 +07:00 committed by Kevin Deldycke
parent 3c6a7136fe
commit b5dcc807f1

View file

@ -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.
</details>