aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/reference_manual
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/reference_manual
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/reference_manual')
-rw-r--r--system/doc/reference_manual/processes.xml3
-rw-r--r--system/doc/reference_manual/records.xml4
2 files changed, 4 insertions, 3 deletions
diff --git a/system/doc/reference_manual/processes.xml b/system/doc/reference_manual/processes.xml
index 32af6d4480..d8474c163c 100644
--- a/system/doc/reference_manual/processes.xml
+++ b/system/doc/reference_manual/processes.xml
@@ -145,7 +145,8 @@ spawn(Module, Name, Args) -> pid()
program structures where some processes are supervising other
processes, for example, restarting them if they terminate
abnormally.</p>
- <p>See <seealso marker="doc/design_principles">
+ <p>See <seealso marker=
+ "doc/design_principles:des_princ#otp design principles">
OTP Design Principles</seealso> for more information about
OTP supervision trees, which use this feature.</p>
diff --git a/system/doc/reference_manual/records.xml b/system/doc/reference_manual/records.xml
index 3294255af9..72c56b693d 100644
--- a/system/doc/reference_manual/records.xml
+++ b/system/doc/reference_manual/records.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>
@@ -36,7 +36,7 @@
<seealso marker="stdlib:shell">shell(3)</seealso>
manual page in STDLIB.</p>
<p>More examples are provided in
- <seealso marker="doc/programming_examples">
+ <seealso marker="doc/programming_examples:records">
Programming Examples</seealso>.</p>
<section>