Skip to content

Commit b5dcc80

Browse files
rizdaprasetyakdeldycke
authored andcommitted
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
1 parent 3c6a713 commit b5dcc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In a sense, *Falsehood* articles are a suite of wordy unit-tests covering extens
2424

2525
> A "falsehood" is an **"idea" that you initially believe was true**, but in-reality it is **proven to be false**.
2626
>
27-
> 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.".
27+
> 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.".
2828
>
2929
> 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.
3030
</details>

0 commit comments

Comments
 (0)