aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc/src/http_server.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/http_server.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/http_server.xml')
-rw-r--r--lib/inets/doc/src/http_server.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/inets/doc/src/http_server.xml b/lib/inets/doc/src/http_server.xml
index ee9496d9ba..4b6d64fc8f 100644
--- a/lib/inets/doc/src/http_server.xml
+++ b/lib/inets/doc/src/http_server.xml
@@ -494,7 +494,7 @@ http://your.server.org/eval?httpd_example:print(atom_to_list(apply(erlang,halt,[
related steps, are considered server core functionality and are
not implemented using the Erlang web server API. A description of
functionality implemented by the Erlang webserver API is described
- in <seealso marker="Inets_Web_Server_Modules">Section
+ in <seealso marker="#Inets_Web_Server_Modules">Section
Inets Web Server Modules</seealso>.</p>
<p>A module can use data generated by previous modules in the
@@ -635,11 +635,11 @@ start() ->
Then it starts <c>Mnesia</c> and creates the tables. The first argument
is the name of the tables, the second argument is a list of options of
how to create the table, see
- <seealso marker="mnesia"><c>mnesia</c></seealso>, documentation for
+ <seealso marker="mnesia:mnesia"><c>mnesia</c></seealso>, documentation for
more information. As the implementation of the <c>mod_auth_mnesia</c>
saves one row for each user, the type must be <c>bag</c>.
When the schema and the tables are created, function
- <seealso marker="mnesia:start/0">mnesia:start/0</seealso>
+ <seealso marker="mnesia:mnesia#start-0">mnesia:start/0</seealso>
is used to start <c>Mnesia</c> and
waits for the tables to be loaded. <c>Mnesia</c> uses the
directory specified as <c>mnesia_dir</c> at startup if specified,