mirror of https://github.com/docker/docs.git
Merge pull request #11485 from usha-mandya/guides-tab-nav
Update the Guides tab navigation
This commit is contained in:
commit
49a9644938
|
@ -28,7 +28,7 @@
|
|||
<a href="/">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/get-started/">Guides</a>
|
||||
<a href="/get-started/overview/">Guides</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/engine/">Product manuals</a>
|
||||
|
@ -101,7 +101,7 @@
|
|||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-6 col-lg-4 card-holder">
|
||||
<a class="card guides" href="/get-started/">
|
||||
<a class="card guides" href="/get-started/overview/">
|
||||
<h5 class="title">Guides</h5>
|
||||
<p>
|
||||
Learn how to set up your Docker environment and start containerizing
|
||||
|
|
Loading…
Reference in New Issue