From 2dfe8decd75c1b3328b036d283d30ca62f771da9 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Sun, 3 Mar 2019 15:12:28 +0100 Subject: Fix internal links (#18) --- docs/areatrigger_scripts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/areatrigger_scripts.md') diff --git a/docs/areatrigger_scripts.md b/docs/areatrigger_scripts.md index e021c00..dbf5637 100644 --- a/docs/areatrigger_scripts.md +++ b/docs/areatrigger_scripts.md @@ -57,9 +57,9 @@ Allows for an area trigger to be scripted with Trinity Script. ### entry -This is the trigger identifier from [AreaTrigger.dbc](http://collab.kpsn.org/display/tc/AreaTrigger) +This is the trigger identifier from [AreaTrigger.dbc](AreaTrigger) ### ScriptName The ScriptName for when scripting it in the core. -This might also be 'SmartTrigger'. It will than use [SmartAI](http://collab.kpsn.org/display/tc/smart_scripts). +This might also be 'SmartTrigger'. It will than use [SmartAI](smart_scripts). -- cgit