Merge pull request #10812 from usha-mandya/homepage-html-patch

Fix html link tags
This commit is contained in:
Usha Mandya 2020-05-14 19:57:30 +01:00 committed by GitHub
commit f197750823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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>