From 6b380f3a77bac6d36eefa445bcf2e3deb66f5494 Mon Sep 17 00:00:00 2001 From: Jay <33748981+jay-cousins@users.noreply.github.com> Date: Mon, 7 Sep 2026 13:08:11 +0100 Subject: [PATCH] README - fix systemd link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96f4757d1ba..a236d4f95a3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The Amazon ECS Container Agent is a component of Amazon Elastic Container Service ([Amazon ECS](http://aws.amazon.com/ecs/)) and is responsible for managing containers on behalf of Amazon ECS. -This repository comes with ECS-Init, which is a [systemd](http://www.freedesktop.org/wiki/Software/systemd/) based service to support the Amazon ECS Container Agent and keep it running. It is used for systems that utilize `systemd` as init systems and is packaged as deb or rpm. The source for ECS-Init is available in this repository at `./ecs-init` while the packaging is available at `./packaging`. +This repository comes with ECS-Init, which is a [systemd](https://systemd.io/) based service to support the Amazon ECS Container Agent and keep it running. It is used for systems that utilize `systemd` as init systems and is packaged as deb or rpm. The source for ECS-Init is available in this repository at `./ecs-init` while the packaging is available at `./packaging`. ## Usage