From ed0e1a87415b6e1aaaa6e686ab3ac501a8e0a00e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 1 Mar 2021 12:42:26 +0100 Subject: [PATCH] Link to debian docs --- docs/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy.md b/docs/deploy.md index 3aa25efd..47894c26 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -24,7 +24,7 @@ Where `116.203.211.204` can be replaced with the IP address of your server. On your server, you'll want to install [Docker](https://www.docker.com/). This can be done by following the [install documentation](https://docs.docker.com/engine/install/). -On a Debian system, that can be done like so. +On a [Debian system](https://docs.docker.com/engine/install/debian/), that can be done like so. ```bash $ sudo apt-get remove docker docker-engine docker.io containerd runc