aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc/src/httpd.xml
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2015-09-07 15:51:35 +0200
committerIngela Anderton Andin <[email protected]>2015-09-08 13:39:36 +0200
commit628f8cff34f9784cfa34857bcd7133305acc3d27 (patch)
tree91f1e55ebb6030f2ae0182f7e951a51780b486d8 /lib/inets/doc/src/httpd.xml
parent6285460219d2e79d61294468b1c2915ad2d71456 (diff)
downloadotp-628f8cff34f9784cfa34857bcd7133305acc3d27.tar.gz
otp-628f8cff34f9784cfa34857bcd7133305acc3d27.tar.bz2
otp-628f8cff34f9784cfa34857bcd7133305acc3d27.zip
inets: Fix broken links
Diffstat (limited to 'lib/inets/doc/src/httpd.xml')
-rw-r--r--lib/inets/doc/src/httpd.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/inets/doc/src/httpd.xml b/lib/inets/doc/src/httpd.xml
index 4e3a875a7f..2a4aea41c2 100644
--- a/lib/inets/doc/src/httpd.xml
+++ b/lib/inets/doc/src/httpd.xml
@@ -165,14 +165,14 @@
<marker id="profile"></marker>
<tag>{profile, atom()}</tag>
<item>
- <p>Used together with <seealso marker="prop_bind_address"><c>bind_address</c></seealso>
- and <seealso marker="prop_port"><c>port</c></seealso> to uniquely identify
+ <p>Used together with <seealso marker="#prop_bind_address"><c>bind_address</c></seealso>
+ and <seealso marker="#prop_port"><c>port</c></seealso> to uniquely identify
a HTTP server. This can be useful in a virtualized environment,
where there can
be more that one server that has the same bind_address and port.
If this property is not explicitly set, it is assumed that the
- <seealso marker="prop_bind_address"><c>bind_address</c></seealso> and
- <seealso marker="prop_port"><c>port</c></seealso>uniquely identifies the HTTP server.
+ <seealso marker="#prop_bind_address"><c>bind_address</c></seealso> and
+ <seealso marker="#prop_port"><c>port</c></seealso>uniquely identifies the HTTP server.
</p>
</item>
@@ -227,7 +227,7 @@
<tag>{customize, atom()}</tag>
<item>
<p>A callback module to customize the inets HTTP servers behaviour
- see <seealso marker="http_custom_api"> httpd_custom_api</seealso> </p>
+ see <seealso marker="httpd_custom_api"> httpd_custom_api</seealso> </p>
</item>
<marker id="prop_disable_chunked_encoding"></marker>