Skip to content

Commit 86bc8e4

Browse files
authored
Fix broken link to article (#36)
1 parent 54f276a commit 86bc8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial-basics/tutorial_05_subtrees.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ node __SubTree__ to include one tree into the other.
1717
# CrossDoor behavior
1818

1919
This example is inspired by a popular
20-
[article about behavior trees](http://www.gamasutra.com/blogs/ChrisSimpson/20140717/221339/Behavior_trees_for_AI_How_they_work.php).
20+
[article about behavior trees](https://www.gamedeveloper.com/programming/behavior-trees-for-ai-how-they-work).
2121

2222
It is also the first practical example that uses `Decorators` and `Fallback`.
2323

0 commit comments

Comments
 (0)