Skip to content

Commit 36137f6

Browse files
committed
Fixed links to Docker docs
1 parent 59d270c commit 36137f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/aks/tutorial-kubernetes-prepare-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Kubernetes on Azure tutorial - Prepare an application for Azure Kubernetes Service (AKS)
33
description: In this Azure Kubernetes Service (AKS) tutorial, you learn how to prepare and build a multi-container app with Docker Compose that you can then deploy to AKS.
44
ms.topic: tutorial
5-
ms.date: 02/15/2023
5+
ms.date: 06/10/2024
66
author: schaffererin
77
ms.author: schaffererin
88

@@ -294,9 +294,9 @@ In the next tutorial, you learn how to create a cluster using the `azd` template
294294

295295
<!-- LINKS - external -->
296296
[docker-compose]: https://docs.docker.com/compose/
297-
[docker-for-linux]: https://docs.docker.com/engine/installation/#supported-platforms
298-
[docker-for-mac]: https://docs.docker.com/docker-for-mac/
299-
[docker-for-windows]: https://docs.docker.com/docker-for-windows/
297+
[docker-for-linux]: https://docs.docker.com/desktop/install/linux-install/
298+
[docker-for-mac]: https://docs.docker.com/desktop/install/mac-install/
299+
[docker-for-windows]: https://docs.docker.com/desktop/install/windows-install/
300300
[docker-get-started]: https://docs.docker.com/get-started/
301301
[docker-images]: https://docs.docker.com/engine/reference/commandline/images/
302302
[docker-ps]: https://docs.docker.com/engine/reference/commandline/ps/

0 commit comments

Comments
 (0)