From 19531b90046b156d1cf6656abb0339543ecc3a37 Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Mon, 16 Jan 2023 18:30:05 +0000 Subject: [PATCH] chore: fix requirements so it navigates to docs This was navigating to the relative markdown file, which is confusing when some links go to the docs. --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 38118614878a..9bd9aa578f80 100644 --- a/docs/README.md +++ b/docs/README.md @@ -16,7 +16,7 @@ access it in the browser. ## Requirements -See [requirements](requirements.md) for minimum specs, as well as instructions +See [requirements](https://coder.com/docs/code-server/latest/requirements) for minimum specs, as well as instructions on how to set up a Google VM on which you can install code-server. **TL;DR:** Linux machine with WebSockets enabled, 1 GB RAM, and 2 vCPUs