diff options
author | Hans Bolinder <[email protected]> | 2015-03-17 10:54:29 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2015-03-17 10:54:29 +0100 |
commit | 61238a7e295a55f7c3dfe047b689e76452ce8c52 (patch) | |
tree | c772eb48dc0ed223c459ecdf25ef2517ff495c69 /system/doc/programming_examples | |
parent | e0c0518a14b747cf02a0e5adfbd5b116a189422d (diff) | |
download | otp-61238a7e295a55f7c3dfe047b689e76452ce8c52.tar.gz otp-61238a7e295a55f7c3dfe047b689e76452ce8c52.tar.bz2 otp-61238a7e295a55f7c3dfe047b689e76452ce8c52.zip |
Correct links in the system documentation
Diffstat (limited to 'system/doc/programming_examples')
-rw-r--r-- | system/doc/programming_examples/bit_syntax.xml | 5 |
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> |