Fix links on get started page (#14741)

* Fix links on get started page

* fixed linux link on get docker page

* change button description

* change button description
This commit is contained in:
Allie Sadler 2022-05-17 07:59:07 +01:00 committed by GitHub
parent 768aaaaab6
commit 6c8274292f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

View File

@ -49,10 +49,10 @@ section and choose the best installation path for you.
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
<div class="component">
<div class="component-icon">
<a href="/engine/install/"><img src="/images/linux_48.svg" alt="Docker for Linux" width="70" height="70"></a>
<a href="/desktop/linux/install/"><img src="/images/linux_48.svg" alt="Docker for Linux" width="70" height="70"></a>
</div>
<h2 id="docker-for-linux"><a href="/engine/install/">Docker for Linux</a></h2>
<p>Install Docker on a computer which already has a Linux distribution installed.</p>
<h2 id="docker-for-linux"><a href="/desktop/linux/install/">Docker Desktop for Linux</a></h2>
<p>A native Linux application which delivers all Docker tools to your Linux computer.</p>
</div>
</div>
</div>

View File

@ -89,9 +89,12 @@ machine. If you do not have Docker installed, choose your preferred operating sy
[Mac with Intel chip](https://desktop.docker.com/mac/main/amd64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-amd64){: .button .primary-btn }
[Mac with Apple chip](https://desktop.docker.com/mac/main/arm64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-arm64){: .button .primary-btn }
[Windows](https://desktop.docker.com/win/main/amd64/Docker%20Desktop%20Installer.exe?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-win-amd64){: .button .primary-btn }
[Linux](../engine/install/index.md){: .button .primary-btn}
[Linux](../desktop/linux/install.md){: .button .primary-btn}
For Docker Desktop installation instructions, see [Install Docker Desktop on Mac](../desktop/mac/install.md) and [Install Docker Desktop on Windows](../desktop/windows/install.md).
For Docker Desktop installation instructions, see:
- [Install Docker Desktop on Mac](../desktop/mac/install.md)
- [Install Docker Desktop on Windows](../desktop/windows/install.md)
- [Install Docker Desktop on Linux](../desktop/linux/install.md)
## Start the tutorial