mirror of https://github.com/docker/docs.git
fix icon links and update old screenshot (#15911)
* fix icon links and update old screenshot * link correction
This commit is contained in:
parent
545705dece
commit
efa74ca770
Binary file not shown.
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 33 KiB |
|
@ -78,15 +78,15 @@ using a secure repository.
|
|||
<div class="component">
|
||||
<div class="component-icon">
|
||||
<img src="/assets/images/download.svg" alt="Download and install" width="70" height="70">
|
||||
</div>
|
||||
<h2 id="docker-for-mac"><a href="/desktop/install/mac-install/">Install Docker Desktop </a></h2>
|
||||
</div>
|
||||
<h2 id="docker-for-mac">Install Docker Desktop</h2>
|
||||
<p> <a href="/desktop/install/mac-install/">On Mac </a>, <a href="/desktop/install/windows-install/">Windows</a> or <a href="/desktop/install/linux-install/">Linux</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
|
||||
<div class="component">
|
||||
<div class="component-icon">
|
||||
<img src="/assets/images/explore.svg" alt="Docker Desktop" width="70" height="70">
|
||||
<a href="/desktop/use-desktop/"><img src="/assets/images/explore.svg" alt="Docker Desktop" width="70" height="70"></a>
|
||||
</div>
|
||||
<h2 id="docker-for-mac"><a href="/desktop/use-desktop/">Explore Docker Desktop</a></h2>
|
||||
<p>Navigate Docker Desktop and learn about its key features.</p>
|
||||
|
@ -95,7 +95,7 @@ using a secure repository.
|
|||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
|
||||
<div class="component">
|
||||
<div class="component-icon">
|
||||
<img src="/assets/images/note-add.svg" alt="Release notes" width="70" height="70">
|
||||
<a href="/desktop/release-notes/"><img src="/assets/images/note-add.svg" alt="Release notes" width="70" height="70"></a>
|
||||
</div>
|
||||
<h2 id="docker-for-linux"><a href="/desktop/release-notes/">View the release notes</a></h2>
|
||||
<p>Find out about new features, improvements, and bug fixes.</p>
|
||||
|
@ -107,7 +107,7 @@ using a secure repository.
|
|||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
|
||||
<div class="component">
|
||||
<div class="component-icon">
|
||||
<img src="/assets/images/help.svg" alt="FAQs" width="70" height="70">
|
||||
<a href="/desktop/faqs/general/"><img src="/assets/images/help.svg" alt="FAQs" width="70" height="70"></a>
|
||||
</div>
|
||||
<h2 id="docker-for-linux"><a href="/desktop/faqs/general/">Browse common FAQs</a></h2>
|
||||
<p>Explore general FAQs or FAQs for specific platforms.</p>
|
||||
|
@ -116,7 +116,7 @@ using a secure repository.
|
|||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
|
||||
<div class="component">
|
||||
<div class="component-icon">
|
||||
<img src="/assets/images/all-inbox.svg" alt="Additional resources" width="70" height="70">
|
||||
<a href="/desktop/kubernetes/"><img src="/assets/images/all-inbox.svg" alt="Additional resources" width="70" height="70"></a>
|
||||
</div>
|
||||
<h2 id="docker-for-windows/install/"><a href="/desktop/kubernetes/">Find additional resources</a></h2>
|
||||
<p>Find information on networking features, deploying on Kuberntes and more.</p>
|
||||
|
@ -125,7 +125,7 @@ using a secure repository.
|
|||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
|
||||
<div class="component">
|
||||
<div class="component-icon">
|
||||
<img src="/assets/images/sms.svg" alt="Give feedback" width="70" height="70">
|
||||
<a href="/desktop/feedback/"><img src="/assets/images/sms.svg" alt="Give feedback" width="70" height="70"></a>
|
||||
</div>
|
||||
<h2 id="docker-for-windows/install/"><a href="/desktop/feedback/">Give feedback</a></h2>
|
||||
<p>Provide feedback on Docker Desktop or Docker Desktop features.</p>
|
||||
|
|
Loading…
Reference in New Issue