Skip to content

Commit 63733c3

Browse files
authored
Merge pull request #2779 from cdr/vapurrmaid/chore-doc-structure-links
docs(contributing): Update links
2 parents eaee7ed + ad89ffa commit 63733c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ node ./release
121121

122122
The `code-server` script serves an HTTP API for login and starting a remote VS Code process.
123123

124-
The CLI code is in [./src/node](./src/node) and the HTTP routes are implemented in
125-
[./src/node/app](./src/node/app).
124+
The CLI code is in [src/node](../src/node) and the HTTP routes are implemented in
125+
[src/node/routes](../src/node/routes).
126126

127-
Most of the meaty parts are in the VS Code portion of the codebase under [./lib/vscode](./lib/vscode), which we described next.
127+
Most of the meaty parts are in the VS Code portion of the codebase under [lib/vscode](../lib/vscode), which we described next.
128128

129129
### Modifications to VS Code
130130

@@ -134,7 +134,7 @@ and exposed an API to the front-end for file access and all UI needs.
134134

135135
Over time, Microsoft added support to VS Code to run it on the web. They have made
136136
the front-end open source, but not the server. As such, code-server v2 (and later) uses
137-
the VS Code front-end and implements the server. We do this by using a git subtree to fork and modify VS Code. This code lives under [./lib/vscode](./lib/vscode).
137+
the VS Code front-end and implements the server. We do this by using a git subtree to fork and modify VS Code. This code lives under [lib/vscode](../lib/vscode).
138138

139139
Some noteworthy changes in our version of VS Code:
140140

0 commit comments

Comments
 (0)