You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# code-server
2
2
3
-
[](https://github.com/cdr/code-server/discussions)[](https://cdr.co/join-community)[](https://twitter.com/coderhq)[](https://codecov.io/gh/cdr/code-server)[](https://github.com/cdr/code-server/tree/v3.10.2/docs)
3
+
[](https://github.com/cdr/code-server/discussions)[](https://cdr.co/join-community)[](https://twitter.com/coderhq)[](https://codecov.io/gh/cdr/code-server)[](https://github.com/cdr/code-server/tree/v3.10.2/docs)
4
4
5
5
Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and access it in the browser.
6
6
@@ -26,7 +26,7 @@ You can use whatever linux distribution floats your boat but in our [guide](./gu
26
26
There are three ways you can get started:
27
27
28
28
1. Using the [install script](https://github.com/cdr/code-server/blob/main/install.sh), which automates most of the process. The script uses the system package manager (if possible)
29
-
2. Manually installing code-server; see [Installation](./install.md) for instructions applicable to most use cases
29
+
2. Manually installing code-server; see [Installation](https://coder.com/docs/code-server/v3.10.2/install) for instructions applicable to most use cases
30
30
3. Use our one-click buttons and guides to [deploy code-server to a popular cloud provider](https://github.com/cdr/deploy-code-server) ⚡
31
31
32
32
If you choose to use the install script, you can preview what occurs during the install process:
@@ -43,7 +43,7 @@ curl -fsSL https://code-server.dev/install.sh | sh
43
43
44
44
When done, the install script prints out instructions for running and starting code-server.
45
45
46
-
We also have an in-depth [setup and configuration](./guide.md) guide.
46
+
We also have an in-depth [setup and configuration](https://coder.com/docs/code-server/v3.10.2/guide) guide.
47
47
48
48
### code-server --link
49
49
@@ -61,11 +61,11 @@ Proxying code-server, you can access your IDE at https://valmar-jon.cdr.co
61
61
62
62
## FAQ
63
63
64
-
See [./FAQ.md](./FAQ.md).
64
+
See [./FAQ.md](https://coder.com/docs/code-server/v3.10.2/FAQ).
65
65
66
66
## Want to help?
67
67
68
-
See [CONTRIBUTING](./CONTRIBUTING.md) for details.
68
+
See [CONTRIBUTING](https://coder.com/docs/code-server/v3.10.2/CONTRIBUTING) for details.
0 commit comments