From d7c1e9936bf76e6bf447f7f255bcdca2e989f47a Mon Sep 17 00:00:00 2001 From: Christopher Date: Wed, 21 Sep 2016 15:29:24 +0100 Subject: [PATCH] Fixed page links in conversation topic --- Docs/fungus_docs/conversation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/fungus_docs/conversation.md b/Docs/fungus_docs/conversation.md index 09977463..cfff308b 100644 --- a/Docs/fungus_docs/conversation.md +++ b/Docs/fungus_docs/conversation.md @@ -57,10 +57,10 @@ john: Hi there {$PlayerName}. # Localization -You can use the string substitution feature above with a [Lua string table](../fungus_lua/string_table.md) to localize the conversation for multiple languages. +You can use the string substitution feature above with a @ref lua_string_table "Lua string table" to localize the conversation for multiple languages. The Conversation system does not work with the Localization component in Fungus because the syntax makes it difficult to localize that way. # Lua -The conversation system can also be used [from Lua](../fungus_lua/controlling_fungus.md#conversation-function). +The conversation system can also be used @ref lua_controlling_fungus "from Lua".