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/character_instance.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/character_instance.md') diff --git a/docs/character_instance.md b/docs/character_instance.md index 0867ccc..f1c43f3 100644 --- a/docs/character_instance.md +++ b/docs/character_instance.md @@ -67,12 +67,12 @@ Contains the instance data for characters. ### guid -The GUID of the character. See [characters.guid](http://collab.kpsn.org/display/tc/Characters+tc2#Characterstc2-guid) +The GUID of the character. See [characters.guid](Characters+tc2#Characterstc2-guid) ### instance -The instance ID. See [instance.id](http://collab.kpsn.org/display/tc/Instance+tc2#Instancetc2-id) +The instance ID. See [instance.id](Instance+tc2#Instancetc2-id) ### permanent -Boolean 0 or 1 controlling if the player has been bound to the instance. A player is bound to the instance only when he (or his party/raid) kills a creature with the CREATURE\_FLAG\_EXTRA\_INSTANCE\_BIND flag set in the [flags\_extras](http://collab.kpsn.org/display/tc/creature_template#creature_template-flags_extra) field. +Boolean 0 or 1 controlling if the player has been bound to the instance. A player is bound to the instance only when he (or his party/raid) kills a creature with the CREATURE\_FLAG\_EXTRA\_INSTANCE\_BIND flag set in the [flags\_extras](creature_template#creature_template-flags_extra) field. -- cgit