summaryrefslogtreecommitdiff
path: root/docs/Spell_system.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Spell_system.md')
-rw-r--r--docs/Spell_system.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Spell_system.md b/docs/Spell_system.md
index 8305cef..cd5f00c 100644
--- a/docs/Spell_system.md
+++ b/docs/Spell_system.md
@@ -111,7 +111,7 @@ class spell_class_your_name_here : public SpellScriptLoader
}
};
// this function call creates script loader object for us - seek that function at the end of the script file you're adding to
-// if there's no such function see http://collab.kpsn.org/display/tc/How-to_CustomScript
+// if there's no such function see How-to_CustomScript
void AddSC_class_spell_scripts()
{
// an entry for our spell script loader, there may be other entries aswell