aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/programming_examples
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2015-03-18 09:45:30 +0100
committerHans Bolinder <[email protected]>2015-03-18 09:45:30 +0100
commit0a6d665ebc5d90f81162923d22c967990be8eefb (patch)
tree473b1e1489f91300ec24bf24a2b6337d370d1dd2 /system/doc/programming_examples
parent6f47d0e0c0b070ea7cf001553707d93d388d083e (diff)
parent61238a7e295a55f7c3dfe047b689e76452ce8c52 (diff)
downloadotp-0a6d665ebc5d90f81162923d22c967990be8eefb.tar.gz
otp-0a6d665ebc5d90f81162923d22c967990be8eefb.tar.bz2
otp-0a6d665ebc5d90f81162923d22c967990be8eefb.zip
Merge branch 'hb/doc/fix_links'
* hb/doc/fix_links: Correct links in the system documentation
Diffstat (limited to 'system/doc/programming_examples')
-rw-r--r--system/doc/programming_examples/bit_syntax.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/doc/programming_examples/bit_syntax.xml b/system/doc/programming_examples/bit_syntax.xml
index 7ede5b71f9..f97f171a69 100644
--- a/system/doc/programming_examples/bit_syntax.xml
+++ b/system/doc/programming_examples/bit_syntax.xml
@@ -4,7 +4,7 @@
<chapter>
<header>
<copyright>
- <year>2003</year><year>2013</year>
+ <year>2003</year><year>2015</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -331,7 +331,8 @@ triples_to_bin([], Acc) ->
<p>In previous releases, this function was highly inefficient, because
the binary constructed so far (<c>Acc</c>) was copied in each recursion step.
That is no longer the case. For more information, see
- <seealso marker="doc/efficiency_guide">Efficiency Guide</seealso>.</p>
+ <seealso marker="doc/efficiency_guide:introduction">
+ Efficiency Guide</seealso>.</p>
</section>
</chapter>