diff options
author | Björn-Egil Dahlberg <[email protected]> | 2014-06-18 16:01:58 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-06-18 16:01:58 +0200 |
commit | 42ad82b3186b69fec93ab07ea686490bf2fe5840 (patch) | |
tree | 3e4500575cd3683bf82cdba36ef4675131c261cc /lib/dialyzer | |
parent | 9ae89c4b3497bf4f0f83e93f7db07d2b44993c11 (diff) | |
parent | 139825694c587b0f543224bf083170fad0e1ad75 (diff) | |
download | otp-42ad82b3186b69fec93ab07ea686490bf2fe5840.tar.gz otp-42ad82b3186b69fec93ab07ea686490bf2fe5840.tar.bz2 otp-42ad82b3186b69fec93ab07ea686490bf2fe5840.zip |
Merge branch 'egil/fix-doc-links' into maint
* egil/fix-doc-links:
doc: Fix broken links in Installation Guide
doc: Fix broken links
Diffstat (limited to 'lib/dialyzer')
-rw-r--r-- | lib/dialyzer/doc/src/notes.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index 05baa93557..99ec0caddc 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -167,9 +167,9 @@ "hi" := V1, a := V2, b := V3} = M2. % match keys with values</c></item> </taglist></p> <p> - For information on how to use Maps please see the - <seealso marker="doc/reference_manual:maps">Reference - Manual</seealso>.</p> + For information on how to use Maps please see Map Expressions in the + <seealso marker="doc/reference_manual:expressions#map_expressions"> + Reference Manual</seealso>.</p> <p> The current implementation is without the following features: <taglist> <item>No variable keys</item> |