Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/get-started/get-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ section and choose the best installation path for you.
{{< card
title="Docker Desktop for Linux"
description="A native Linux application that delivers all Docker tools to your Linux computer."
link="/desktop/install/linux/"
link="/desktop/setup/install/linux/"
icon="/assets/images/linux_48.svg" >}}

> [!NOTE]
Expand Down
2 changes: 1 addition & 1 deletion content/get-started/introduction/get-docker-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This guide will walk you through the installation process, enabling you to exper

{{< card
title="Docker Desktop for Linux"
description="[Install instructions](/desktop/install/linux/)"
description="[Install instructions](/desktop/setup/install/linux/)"
icon="/assets/images/linux_48.svg" >}}

Once it's installed, complete the setup process and you're all set to run a Docker container.
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/desktop/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ grid:
Install Docker Desktop on
[Mac](/desktop/setup/install/mac-install/),
[Windows](/desktop/setup/install/windows-install/), or
[Linux](/desktop/install/linux/).
[Linux](/desktop/setup/install/linux/).
icon: download
- title: Explore Docker Desktop
description: Navigate Docker Desktop and learn about its key features.
Expand Down
7 changes: 2 additions & 5 deletions content/manuals/engine/install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@ aliases:

This section describes how to install Docker Engine on Linux, also known as
Docker CE. Docker Engine is also available for Windows, macOS, and Linux,
through Docker Desktop. For instructions on how to install Docker Desktop, see:

- [Docker Desktop for Linux](/manuals/desktop/setup/install/linux/_index.md)
- [Docker Desktop for Mac (macOS)](/manuals/desktop/setup/install/mac-install.md)
- [Docker Desktop for Windows](/manuals/desktop/setup/install/windows-install.md)
through Docker Desktop. For instructions on how to install Docker Desktop,
see: [Overview of Docker Desktop](/manuals/desktop/_index.md).

## Supported platforms

Expand Down