Fix rst syntax errors

This commit is contained in:
Michael DeHaan 2012-03-17 17:16:31 -04:00
commit c81aed412a
7 changed files with 13 additions and 13 deletions

View file

@ -161,7 +161,7 @@ playbooks (our configuration management language) are expressed.</p>
<p>We use YAML because it is easier to read and write for humans than other common
data formats like XML or JSON. Further, there are libraries available for reading
and writing YAML in most programming languages.</p>
<p>You may also wish to read <em class="xref std std-ref">playbooks</em> at the same time to see how this
<p>You may also wish to read <a class="reference internal" href="playbooks.html"><em>Playbooks</em></a> at the same time to see how this
is used in practice.</p>
<div class="section" id="yaml-basics">
<h2>YAML Basics<a class="headerlink" href="#yaml-basics" title="Permalink to this headline"></a></h2>