aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/reference_manual/processes.xml
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2015-03-17 10:54:29 +0100
committerHans Bolinder <[email protected]>2015-03-17 10:54:29 +0100
commit61238a7e295a55f7c3dfe047b689e76452ce8c52 (patch)
treec772eb48dc0ed223c459ecdf25ef2517ff495c69 /system/doc/reference_manual/processes.xml
parente0c0518a14b747cf02a0e5adfbd5b116a189422d (diff)
downloadotp-61238a7e295a55f7c3dfe047b689e76452ce8c52.tar.gz
otp-61238a7e295a55f7c3dfe047b689e76452ce8c52.tar.bz2
otp-61238a7e295a55f7c3dfe047b689e76452ce8c52.zip
Correct links in the system documentation
Diffstat (limited to 'system/doc/reference_manual/processes.xml')
-rw-r--r--system/doc/reference_manual/processes.xml3
1 files changed, 2 insertions, 1 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>