diff --git a/content/config/containers/start-containers-automatically.md b/content/config/containers/start-containers-automatically.md index 3d47c1d25f..8d3e28c834 100644 --- a/content/config/containers/start-containers-automatically.md +++ b/content/config/containers/start-containers-automatically.md @@ -139,7 +139,7 @@ container. This behavior is illustrated in the following example. If restart policies don't suit your needs, such as when processes outside Docker depend on Docker containers, you can use a process manager such as -[systemd](https://freedesktop.org/wiki/Software/systemd/) or +[systemd](https://systemd.io/) or [supervisor](http://supervisord.org/) instead. > **Warning**