Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/developer-docs/tips-and-tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

Expand Down
Loading