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/Spell_system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Spell_system.md') 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 -- cgit