Skip to content

Commit 1417cdd

Browse files
committed
fixup! docs(contributing): Update links
1 parent 4547bd8 commit 1417cdd

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/CONTRIBUTING.md

+10-9
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

@@ -122,7 +123,7 @@ node ./release
122123
The `code-server` script serves an HTTP API for login and starting a remote VS Code process.
123124

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

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

0 commit comments

Comments
 (0)