[fedora-cookbook] master: added references section to docbook example (45a7c25)

immanetize at fedoraproject.org immanetize at fedoraproject.org
Fri Mar 21 22:30:24 UTC 2014


Repository : http://git.fedorahosted.org/cgit/docs/fedora-cookbook.git

On branch  : master

>---------------------------------------------------------------

commit 45a7c25a8167dc8de60802113e31b2fe4743ca8c
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Fri Mar 21 18:28:28 2014 -0400

    added references section to docbook example


>---------------------------------------------------------------

 en-US/examples/docbook.example |   15 ++++++++++++++-
 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>
 
 



More information about the docs-commits mailing list