Skip to content

Commit

Permalink
xml/obs_best_practice_upstream.xml: rewrite chapter tag for SEO
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Cutler <[email protected]>
  • Loading branch information
smithfarm committed Jul 22, 2024
1 parent 6fc1afa commit 324b879
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions xml/obs_best_practice_upstream.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!ENTITY % entities SYSTEM "entity-decl.ent">
%entities;
]>
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.1" xml:id="cha.obs.best-practices.upstream" os="opensuse;novell">
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.1" xml:id="cha-obs-best-practices-upstream" os="opensuse;novell">
<title>Publishing Upstream Binaries</title>
<info/>

Expand All @@ -26,7 +26,7 @@
</para>
<para>
More information about setting up your own private OBS instance can be
found in <xref linkend="cha.obs.best-practices.localsetup"/> .
found in <xref linkend="cha-obs-best-practices-localsetup"/> .
</para>
</sect2>
<sect2>
Expand Down Expand Up @@ -152,10 +152,10 @@
on newer websites. An example of download page can be following one
<link xlink:href="http://software.opensuse.org/download.html?project=openSUSE:Tools&amp;package=osc"/>.
You can see how it looks like in
<xref linkend="cha.obs.best-practices.upstream.download.screenshot"/>. It
<xref linkend="cha-obs-best-practices-upstream-download-screenshot"/>. It
contains links to the packages and instructions how to install them.
</para>
<figure xml:id="cha.obs.best-practices.upstream.download.screenshot">
<figure xml:id="cha-obs-best-practices-upstream-download-screenshot">
<title>openSUSE download page for package from OBS</title>
<mediaobject>
<imageobject>
Expand All @@ -169,9 +169,9 @@
any number of <literal>&amp;</literal>-separated parameters. But at least two of them -
<emphasis>project</emphasis> and <emphasis>package</emphasis> - are
required. All parameters with descriptions can be found in
<xref linkend="cha.obs.best-practices.upstream.download.params"/>.
<xref linkend="cha-obs-best-practices-upstream-download-params"/>.
</para>
<table xml:id="cha.obs.best-practices.upstream.download.params">
<table xml:id="cha-obs-best-practices-upstream-download-params">
<title>Parameters for Download Page</title>
<tgroup cols="2" align="left">
<thead>
Expand Down

0 comments on commit 324b879

Please sign in to comment.