diff options
Diffstat (limited to 'system/doc/programming_examples/bit_syntax.xml')
-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> |