From 49635547d2094e9da213eb560816b0759a50db7c Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 13 Sep 2024 03:35:41 -0700 Subject: [PATCH 1/2] Fix link to Docker for Linux installation --- 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..f0ab5ca7c 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/) From b8965fedf4376ffd4ac59011d99610597117a07a Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 13 Sep 2024 03:42:36 -0700 Subject: [PATCH 2/2] 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 f0ab5ca7c..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//) +- [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/)