diff options
author | Ingela Anderton Andin <[email protected]> | 2015-09-07 15:51:35 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-09-08 13:39:36 +0200 |
commit | 628f8cff34f9784cfa34857bcd7133305acc3d27 (patch) | |
tree | 91f1e55ebb6030f2ae0182f7e951a51780b486d8 /lib/inets/doc/src/mod_alias.xml | |
parent | 6285460219d2e79d61294468b1c2915ad2d71456 (diff) | |
download | otp-628f8cff34f9784cfa34857bcd7133305acc3d27.tar.gz otp-628f8cff34f9784cfa34857bcd7133305acc3d27.tar.bz2 otp-628f8cff34f9784cfa34857bcd7133305acc3d27.zip |
inets: Fix broken links
Diffstat (limited to 'lib/inets/doc/src/mod_alias.xml')
-rw-r--r-- | lib/inets/doc/src/mod_alias.xml | 4 |
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> |