From 0402a611aedb15ac1626106f549b00099068fe31 Mon Sep 17 00:00:00 2001 From: Simon Schindlatz Date: Wed, 12 Dec 2018 01:21:16 +0100 Subject: [PATCH] updating the hyperlinks (#24547) Removed the whitespace between the linkname and the url. Now the links are shown correctly. --- guide/english/developer-ethics/dark-patterns/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/guide/english/developer-ethics/dark-patterns/index.md b/guide/english/developer-ethics/dark-patterns/index.md index 798a0dc155..31c5369f65 100644 --- a/guide/english/developer-ethics/dark-patterns/index.md +++ b/guide/english/developer-ethics/dark-patterns/index.md @@ -7,7 +7,7 @@ Dark Patterns are common patterns used to deceive the users of a website or web Examples include: -* **Bait and Switch** – A user sets out to do one thing, but a different, undesirable thing happens instead. +* [**Bait and Switch**](https://darkpatterns.org/types-of-dark-pattern/bait-and-switch) – A user sets out to do one thing, but a different, undesirable thing happens instead. * [**Disguised Ads**](https://darkpatterns.org/types-of-dark-pattern/disguised-ads) – Adverts disguised as other kinds of content or navigation, in order to get users to click on them. @@ -29,4 +29,6 @@ Examples include: * [**Trick Questions**](https://darkpatterns.org/types-of-dark-pattern/trick-questions) – Users are made to respond to a question, which, when glanced upon quickly appears to ask one thing, but if read carefully, asks another thing entirely. -A catalog of Dark Patterns along with a continuously updated list of real-world examples is mainatained at [darkpatterns.org] (https://darkpatterns.org). + +A catalog of Dark Patterns along with a continuously updated list of real-world examples is mainatained at [darkpatterns.org](https://darkpatterns.org). +