From bc1fe207d19174ebc1db8ea13f87ae2eb17a23fe Mon Sep 17 00:00:00 2001 From: Asher Date: Thu, 10 Dec 2020 10:50:32 -0600 Subject: [PATCH] Link CONTRIBUTING.md from the tour For now it has to be a full link but in the future it would be nice to open it relatively in the editor. --- .tours/contributing.tour | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tours/contributing.tour b/.tours/contributing.tour index 9353ded5..7a92c71b 100644 --- a/.tours/contributing.tour +++ b/.tours/contributing.tour @@ -145,7 +145,7 @@ { "file": "ci/dev/vscode.patch", "line": 1, - "description": "code-server makes use of VS Code's frontend web/remote support. Most of the patch implements the remote server since that portion of the code is closed source and not released with VS Code.\n\nWe also have a few bug fixes and have added some features (like client-side extensions). See CONTRIBUTING.md for a list.\n\nWe make an effort to keep the patch as small as possible." + "description": "code-server makes use of VS Code's frontend web/remote support. Most of the patch implements the remote server since that portion of the code is closed source and not released with VS Code.\n\nWe also have a few bug fixes and have added some features (like client-side extensions). See [https://github.com/cdr/code-server/blob/master/doc/CONTRIBUTING.md#vs-code-patch](https://github.com/cdr/code-server/blob/master/doc/CONTRIBUTING.md#vs-code-patch) for a list.\n\nWe make an effort to keep the patch as small as possible." } ] }