Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 31d308f

Browse files
docs(contributing): Update links
1 parent bf47799 commit 31d308f

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

‎docs/CONTRIBUTING.md‎

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
# Contributing
44

5-
- [Pull Requests](#pull-requests)
6-
- [Requirements](#requirements)
7-
- [Development Workflow](#development-workflow)
8-
- [Updating VS Code](#updating-vs-code)
9-
- [Build](#build)
10-
- [Structure](#structure)
11-
- [Modifications to VS Code](#modifications-to-vs-code)
12-
- [Currently Known Issues](#currently-known-issues)
5+
- [Contributing](#contributing)
6+
- [Pull Requests](#pull-requests)
7+
- [Requirements](#requirements)
8+
- [Development Workflow](#development-workflow)
9+
- [Updating VS Code](#updating-vs-code)
10+
- [Build](#build)
11+
- [Structure](#structure)
12+
- [Modifications to VS Code](#modifications-to-vs-code)
13+
- [Currently Known Issues](#currently-known-issues)
1314

1415
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1516

@@ -121,10 +122,10 @@ node ./release
121122

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

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

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

129130
### Modifications to VS Code
130131

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

135136
Over time, Microsoft added support to VS Code to run it on the web. They have made
136137
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).
138+
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).
138139

139140
Some noteworthy changes in our version of VS Code:
140141

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /