Blob Blame History Raw
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Fri, 15 Jun 2018 16:21:23 +0300
Subject: [PATCH] Fix anchor link

Fixed upstream in commit b006154d1796e4ef2b5e8ffc7a415b1f5185ed5c.

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>

diff --git a/modules/dialog/doc/dialog_admin.xml b/modules/dialog/doc/dialog_admin.xml
index 724890fe0..e885e93a3 100644
--- a/modules/dialog/doc/dialog_admin.xml
+++ b/modules/dialog/doc/dialog_admin.xml
@@ -298,7 +298,7 @@ modparam("dialog", "dlg_extra_hdrs", "Hint: credit expired\r\n")
 		</example>
 	</section>
 
-	<section>
+	<section id="dlg-match-mode-id">
 		<title><varname>dlg_match_mode</varname> (integer)</title>
 		<para>
 		How the seqential requests should be matched against the known dialogs.
@@ -1435,7 +1435,7 @@ create_dialog("B");
 		By default, the function tries to use (for dialog matching) the DID
 		(Dialog ID) from Route header and also falls back to SIP-wise matching. 
 		This behavior may be changed by providing it with a given matching mode
-		string (see <xref linkend="param_dlg_match_mode"/> for possible values of
+		string (see <xref linkend="dlg-match-mode-id"/> for possible values of
 		the parameter).
 		</para>
 		<para>