aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc/src/mod_alias.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/inets/doc/src/mod_alias.xml')
-rw-r--r--lib/inets/doc/src/mod_alias.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/inets/doc/src/mod_alias.xml b/lib/inets/doc/src/mod_alias.xml
index a7b01efe06..87c950cc6b 100644
--- a/lib/inets/doc/src/mod_alias.xml
+++ b/lib/inets/doc/src/mod_alias.xml
@@ -106,7 +106,7 @@
<c>FakeName</c> is replaced with <c>RealName</c> in the
match. The resulting path is split into two parts,
<c>ShortPath</c> and <c>AfterPath</c>, as defined in
- <seealso marker="httpd_util#split_path">httpd_util:split_path/1</seealso>.
+ <seealso marker="httpd_util#split_path-1">httpd_util:split_path/1</seealso>.
<c>Path</c> is generated from <c>ShortPath</c>, that is,
the result from
<seealso marker="#default_index">default_index/2</seealso> with
@@ -140,7 +140,7 @@
<c>not_a_script</c> is returned. If it is a script, the
resulting script path is in two parts,
<c>ShortPath</c> and <c>AfterPath</c>, as defined in
- <seealso marker="httpd_util#split_script_path">httpd_util:split_script_path/1</seealso>.
+ <seealso marker="httpd_util#split_script_path-1">httpd_util:split_script_path/1</seealso>.
<c>config_db()</c> is the server config file in ETS table
format as described in
<seealso marker="http_server">Inets User's Guide</seealso>.</p>