From 134e9b40b7e1de41ac763d871acbaf1307503e0a Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Tue, 17 Jan 2023 11:09:24 -0600 Subject: [PATCH] chore: fix requirements so it navigates to docs (#5973) 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 381186148..9bd9aa578 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