mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
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.
This commit is contained in:
parent
7c2aa8c417
commit
134e9b40b7
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ access it in the browser.
|
||||||
|
|
||||||
## Requirements
|
## 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.
|
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
|
**TL;DR:** Linux machine with WebSockets enabled, 1 GB RAM, and 2 vCPUs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue