Skip to content

Commit c0fe44c

Browse files
Merge pull request #218954 from pritamso/Broken-link-fix-msangapu-msft
Broken link fixed
2 parents 2e29e13 + 3ba9cd6 commit c0fe44c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/app-service/quickstart-multi-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This article requires version 2.0.32 or later of the Azure CLI. If using Azure C
2626

2727
## Download the sample
2828

29-
For this quickstart, you use the compose file from [Docker](https://docs.docker.com/compose/wordpress/#define-the-project). The configuration file can be found at [Azure Samples](https://github.com/Azure-Samples/multicontainerwordpress).
29+
For this quickstart, you use the compose file from [Docker](https://docs.docker.com/samples/wordpress/). The configuration file can be found at [Azure Samples](https://github.com/Azure-Samples/multicontainerwordpress).
3030

3131
[!code-yml[Main](../../azure-app-service-multi-container/docker-compose-wordpress.yml)]
3232

articles/app-service/tutorial-multi-container-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To complete this tutorial, you need experience with [Docker Compose](https://doc
3434

3535
## Download the sample
3636

37-
For this tutorial, you use the compose file from [Docker](https://docs.docker.com/compose/wordpress/#define-the-project), but you'll modify it to include Azure Database for MySQL, persistent storage, and Redis. The configuration file can be found at [Azure Samples](https://github.com/Azure-Samples/multicontainerwordpress). For supported configuration options, see [Docker Compose options](configure-custom-container.md#docker-compose-options).
37+
For this tutorial, you use the compose file from [Docker](https://docs.docker.com/samples/wordpress/), but you'll modify it to include Azure Database for MySQL, persistent storage, and Redis. The configuration file can be found at [Azure Samples](https://github.com/Azure-Samples/multicontainerwordpress). For supported configuration options, see [Docker Compose options](configure-custom-container.md#docker-compose-options).
3838

3939
[!code-yml[Main](../../azure-app-service-multi-container/docker-compose-wordpress.yml)]
4040

0 commit comments

Comments
 (0)