mirror of https://github.com/docker/docs.git
Merge pull request #10812 from usha-mandya/homepage-html-patch
Fix html link tags
This commit is contained in:
commit
f197750823
|
@ -31,7 +31,7 @@
|
|||
<a href="/develop/">Guides</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/engine/">Product Manual</a>
|
||||
<a href="/engine/">Product manuals</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/reference/">Reference</a>
|
||||
|
@ -155,13 +155,13 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<a href="/engine/reference/builder/"></a>Write a Dockerfile</a>
|
||||
<a href="/engine/reference/builder/">Write a Dockerfile</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<a href="/network/"></a>Manage container networking</a>
|
||||
<a href="/network/">Manage container networking</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<a href="/compose/compose-file"></a>>Write a Docker Compose file</a>
|
||||
<a href="/compose/compose-file">Write a Docker Compose file</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<a href="/storage/">Work with volumes and bind mounts</a>
|
||||
|
|
Loading…
Reference in New Issue