From 9948b26e6c8e42ac0c7eaf1ed48e60f709a9b4b9 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 13 Sep 2024 03:52:18 -0700 Subject: [PATCH] Fix link to Docker for Linux installation (#1704) * Fix link to Docker for Linux installation * Remove errant trailing slash --- docs/install/containers/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/containers/index.md b/docs/install/containers/index.md index 7c5fa7a79..e6167c21f 100644 --- a/docs/install/containers/index.md +++ b/docs/install/containers/index.md @@ -45,7 +45,7 @@ Although there are many container engine tools for developing, managing, and run The system requirements include those required by Docker itself. -- [Linux](https://docs.docker.com/desktop/install/linux-install/) +- [Linux](https://docs.docker.com/desktop/install/linux/) - [macOS](https://docs.docker.com/desktop/install/mac-install/) - [Windows](https://docs.docker.com/desktop/install/windows-install/)