summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Travis <immanetize@fedoraproject.org>2014-03-21 18:28:28 -0400
committerPete Travis <immanetize@fedoraproject.org>2014-03-21 18:28:39 -0400
commit45a7c25a8167dc8de60802113e31b2fe4743ca8c (patch)
tree70e846fa696d664e6ee0d2d94afc7d44313a9cb7
parent19c68109ae5603506e2791815d903de55cf5e6ba (diff)
downloadfedora-cookbook-45a7c25a8167dc8de60802113e31b2fe4743ca8c.tar.gz
fedora-cookbook-45a7c25a8167dc8de60802113e31b2fe4743ca8c.tar.xz
fedora-cookbook-45a7c25a8167dc8de60802113e31b2fe4743ca8c.zip
added references section to docbook example
-rw-r--r--en-US/examples/docbook.example15
1 files changed, 14 insertions, 1 deletions
diff --git a/en-US/examples/docbook.example b/en-US/examples/docbook.example
index ecdd18b..32c860c 100644
--- a/en-US/examples/docbook.example
+++ b/en-US/examples/docbook.example
@@ -31,7 +31,7 @@
This will automatically create a link to the referenced
section.
-->
- <ulink xref="section-id" />
+ <xref linkend="section-id" />
</para></listitem>
</itemizedlist>
</section>
@@ -67,6 +67,19 @@
</para></step>
</procedure>
</section>
+
+ <section>
+ <title>References</title>
+ <itemizedlist>
+ <listitem>
+ <para><ulink url="http://example.com">Upstream Documentation</ulink></para>
+ </listitem>
+ <listitem>
+ <para><ulink url="http://example.com/myblog/posts/todays_date" /></para>
+ </listitem>
+ </itemizedlist>
+ </section>
+
</section>