From d7ef525b1d2ab817b9542644bf53af7ce2bd4042 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Wed, 16 May 2018 12:41:41 +0200 Subject: [PATCH] Change =dev to =src in the links --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 98075fa4..e8259f4e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,7 @@ You need to have all the build setup of being able to build VS Code to be able t /src/monaco-editor> npm run simpleserver ``` -Open [http://localhost:8080/monaco-editor/test/?editor=dev](http://localhost:8080/monaco-editor/test/?editor=dev) to run. +Open [http://localhost:8080/monaco-editor/test/?editor=src](http://localhost:8080/monaco-editor/test/?editor=src) to run. ## Running a plugin from source (e.g. monaco-typescript) @@ -73,13 +73,13 @@ Open [http://localhost:8080/monaco-editor/test/?editor=dev](http://localhost:808 /src/monaco-typescript> npm run watch ``` -Open [http://localhost:8080/monaco-editor/test/?editor=dev&monaco-typescript=dev](http://localhost:8080/monaco-editor/test/?editor=dev&monaco-typescript=dev) to run. +Open [http://localhost:8080/monaco-editor/test/?editor=src&monaco-typescript=src](http://localhost:8080/monaco-editor/test/?editor=src&monaco-typescript=src) to run. ## Running the editor tests ```bash /src/vscode> npm run monaco-editor-test -# or run a test page http://localhost:8080/monaco-editor/test/?editor=dev +# or run a test page http://localhost:8080/monaco-editor/test/?editor=src ``` > Tip: All folders must be cloned as siblings.