From f47320f43c3fb39f78054834e60ae9424ac79f35 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn-Egil=20Dahlberg?=
Date: Tue, 17 Jun 2014 16:26:50 +0200
Subject: doc: Fix broken links
---
lib/compiler/doc/src/notes.xml | 8 ++++----
lib/dialyzer/doc/src/notes.xml | 6 +++---
lib/hipe/doc/src/notes.xml | 6 +++---
lib/stdlib/doc/src/notes.xml | 8 ++++----
4 files changed, 14 insertions(+), 14 deletions(-)
(limited to 'lib')
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml
index a0f2e617cb..7b2b60fb3d 100644
--- a/lib/compiler/doc/src/notes.xml
+++ b/lib/compiler/doc/src/notes.xml
@@ -211,10 +211,10 @@
"hello"}, % add new associations - #{
"hi" := V1, a := V2, b := V3} = M2. % match keys with
values
-
- For information on how to use Maps please see the
- Reference
- Manual.
+
+ For information on how to use Maps please see Map Expressions in the
+
+ Reference Manual.
The current implementation is without the following
features: - No variable keys
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
- For information on how to use Maps please see the
- Reference
- Manual.
+ For information on how to use Maps please see Map Expressions in the
+
+ Reference Manual.
The current implementation is without the following
features: - No variable keys
diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml
index c7faf733c7..f133ab05e6 100644
--- a/lib/hipe/doc/src/notes.xml
+++ b/lib/hipe/doc/src/notes.xml
@@ -118,9 +118,9 @@
"hi" := V1, a := V2, b := V3} = M2. % match keys with
values
- For information on how to use Maps please see the
- Reference
- Manual.
+ For information on how to use Maps please see Map Expressions in the
+
+ Reference Manual.
The current implementation is without the following
features: - No variable keys
diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml
index 15e6fdfa9f..2671936dda 100644
--- a/lib/stdlib/doc/src/notes.xml
+++ b/lib/stdlib/doc/src/notes.xml
@@ -343,10 +343,10 @@
"hello"}, % add new associations - #{
"hi" := V1, a := V2, b := V3} = M2. % match keys with
values
-
- For information on how to use Maps please see the
- Reference
- Manual.
+
+ For information on how to use Maps please see Map Expressions in the
+
+ Reference Manual.
The current implementation is without the following
features: - No variable keys
--
cgit v1.2.3