diff options
author | Hans Bolinder <[email protected]> | 2015-03-18 09:45:30 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2015-03-18 09:45:30 +0100 |
commit | 0a6d665ebc5d90f81162923d22c967990be8eefb (patch) | |
tree | 473b1e1489f91300ec24bf24a2b6337d370d1dd2 /system/doc/system_principles | |
parent | 6f47d0e0c0b070ea7cf001553707d93d388d083e (diff) | |
parent | 61238a7e295a55f7c3dfe047b689e76452ce8c52 (diff) | |
download | otp-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/system_principles')
-rw-r--r-- | system/doc/system_principles/system_principles.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/doc/system_principles/system_principles.xml b/system/doc/system_principles/system_principles.xml index 5718e8a3f6..70bb3cd441 100644 --- a/system/doc/system_principles/system_principles.xml +++ b/system/doc/system_principles/system_principles.xml @@ -4,7 +4,7 @@ <chapter> <header> <copyright> - <year>1996</year><year>2014</year> + <year>1996</year><year>2015</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -137,7 +137,7 @@ init:stop()</pre> principles. (The program does not have to be started in terms of OTP applications, but can be plain Erlang).</p> <p>For more information about <c>.rel</c> files, see - <seealso marker="otp design principles"> + <seealso marker="doc/design_principles:release_handling"> OTP Design Principles</seealso> and the <seealso marker="sasl:rel">rel(4)</seealso> manual page in SASL.</p> @@ -199,14 +199,14 @@ init:stop()</pre> <cell align="left" valign="middle">Module</cell> <cell align="left" valign="middle"><c>.erl</c></cell> <cell align="left" valign="middle"> - <seealso marker="erlang ref manual"> + <seealso marker="doc/reference_manual:modules"> Erlang Reference Manual</seealso></cell> </row> <row> <cell align="left" valign="middle">Include file</cell> <cell align="left" valign="middle"><c>.hrl</c></cell> <cell align="left" valign="middle"> - <seealso marker="erlang ref manual"> + <seealso marker="doc/reference_manual:modules"> Erlang Reference Manual</seealso></cell> </row> <row> |