From 0119d43a41cb73d43f3c1f5d941485cd90c88b2a Mon Sep 17 00:00:00 2001 From: Kyle L Frisbie Date: Sun, 2 Oct 2022 14:36:59 -0600 Subject: [PATCH] use raw link to containerd.servic config Referencing the raw link to the containerd.service may enhance the developer experience by enabling those following the docs to use the raw link directly to `wget` or `curl` the file without additional navigation. Signed-off-by: Kyle L Frisbie --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 6ef749f6a..b339ce90b 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -42,7 +42,7 @@ Users of such distributions may have to install containerd from the source or a ##### systemd If you intend to start containerd via systemd, you should also download the `containerd.service` unit file from -https://github.com/containerd/containerd/blob/main/containerd.service into `/usr/local/lib/systemd/system/containerd.service`, +https://raw.githubusercontent.com/containerd/containerd/main/containerd.service into `/usr/local/lib/systemd/system/containerd.service`, and run the following commands: ```bash