From 33dbb7b707108bfda0613d8ab49aea1e60423e98 Mon Sep 17 00:00:00 2001 From: Elliott King <8884571+elliott-king@users.noreply.github.com> Date: Tue, 29 Jun 2021 16:43:57 -0400 Subject: [PATCH] Fix broken link on docs site Links don't work on docs site unless they have md formatting. --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index dc93ff5f..a06babdc 100644 --- a/docs/install.md +++ b/docs/install.md @@ -217,7 +217,7 @@ Our official image supports `amd64` and `arm64`. For `arm32` support there is a popular community maintained alternative: -https://hub.docker.com/r/linuxserver/code-server +[https://hub.docker.com/r/linuxserver/code-server](https://hub.docker.com/r/linuxserver/code-server) ## helm @@ -227,4 +227,4 @@ See [the chart](../ci/helm-chart). We maintain one-click apps and install scripts for different cloud providers such as DigitalOcean, Railway, Heroku, Azure, etc. Check out the repository: -https://github.com/cdr/deploy-code-server +[https://github.com/cdr/deploy-code-server](https://github.com/cdr/deploy-code-server)