summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Lidén <mange@erlang.org>2014-03-25 15:56:46 +0100
committerMagnus Lidén <mange@erlang.org>2014-04-02 16:12:13 +0200
commit1e8884134d7fbfee1e5aa546727bd5f3beed4921 (patch)
tree517ce015bc5245210d1c5f082cb233ce2f67ba9e
parent107b27ef809e4356ea258cbd820967ffb8fa0875 (diff)
downloaderlang-1e8884134d7fbfee1e5aa546727bd5f3beed4921.tar.gz
Add link to app resource file reference
-rw-r--r--system/doc/design_principles/applications.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/system/doc/design_principles/applications.xml b/system/doc/design_principles/applications.xml
index 228ca1f2bf..7b030115df 100644
--- a/system/doc/design_principles/applications.xml
+++ b/system/doc/design_principles/applications.xml
@@ -4,7 +4,7 @@
<chapter>
<header>
<copyright>
- <year>1997</year><year>2013</year>
+ <year>1997</year><year>2014</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -157,8 +157,9 @@ ch_app:stop([])</code>
all applications have dependencies to at least <c>kernel</c>
and <c>stdlib</c>.</item>
</taglist>
- <p>The syntax and contents of of the application resource file
- are described in detail in <c>app(4)</c>.</p>
+ <note><p>The syntax and contents of of the application resource file
+ are described in detail in the<seealso marker="kernel:app">
+ Application resource file reference</seealso>.</p></note>
</section>
<section>