aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/reference_manual
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2014-06-17 16:26:50 +0200
committerBjörn-Egil Dahlberg <[email protected]>2014-06-17 16:26:50 +0200
commitf47320f43c3fb39f78054834e60ae9424ac79f35 (patch)
treee3291c1c1fd6c7597b37a198b40d5f81815f79f6 /system/doc/reference_manual
parente2961080386045f3e4ef59d9895b680ccdc4fbe4 (diff)
downloadotp-f47320f43c3fb39f78054834e60ae9424ac79f35.tar.gz
otp-f47320f43c3fb39f78054834e60ae9424ac79f35.tar.bz2
otp-f47320f43c3fb39f78054834e60ae9424ac79f35.zip
doc: Fix broken links
Diffstat (limited to 'system/doc/reference_manual')
-rw-r--r--system/doc/reference_manual/data_types.xml2
-rw-r--r--system/doc/reference_manual/expressions.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/system/doc/reference_manual/data_types.xml b/system/doc/reference_manual/data_types.xml
index 0031664dfb..37c0db5ff7 100644
--- a/system/doc/reference_manual/data_types.xml
+++ b/system/doc/reference_manual/data_types.xml
@@ -215,7 +215,7 @@ adam
0</pre>
<p>A collection of maps processing functions can be found in
the STDLIB module <seealso marker="stdlib:maps"><c>maps</c></seealso>.</p>
- <p>Read more about <seealso marker="maps">Maps</seealso>.</p>
+ <p>Read more about <seealso marker="expressions#map_expressions">Maps</seealso>.</p>
<note>
<p>Maps are considered experimental during OTP 17.</p>
</note>
diff --git a/system/doc/reference_manual/expressions.xml b/system/doc/reference_manual/expressions.xml
index 0ca425da86..fa8f9b2e8f 100644
--- a/system/doc/reference_manual/expressions.xml
+++ b/system/doc/reference_manual/expressions.xml
@@ -792,6 +792,7 @@ Expr1 -- Expr2</pre>
</section>
<section>
+ <marker id="map_expressions"></marker>
<title>Map Expressions</title>
<section>
<title>Creating Maps</title>