From 4dc3afaff1e7bda7ff74f38c42a43d0a35160392 Mon Sep 17 00:00:00 2001 From: Engdyn Date: Tue, 23 Jun 2026 21:51:40 +0200 Subject: [PATCH] Update tips-and-tricks.md Updates the link of unwelcome concepts --- docs/developer-docs/tips-and-tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/tips-and-tricks.md b/docs/developer-docs/tips-and-tricks.md index b0d2880a..239fb57c 100644 --- a/docs/developer-docs/tips-and-tricks.md +++ b/docs/developer-docs/tips-and-tricks.md @@ -31,7 +31,7 @@ See also: [Memory Inspector Overview](/developer-docs/memory-inspector). ## Achievement Creation Tips -See also: [Unwelcome Concepts](/guidelines/developers/code-of-conduct#unwelcome-concepts) and [Achievement Design](/developer-docs/achievement-design). +See also: [Unwelcome Concepts](/guidelines/content/unwelcome-concepts) and [Achievement Design](/developer-docs/achievement-design). - **~~Never~~ Avoid using only one condition as much as you can**. When using only one condition the achievement will most likely pop at the wrong time. This is the **most common error by a developer**.