From 6ed77931c166d475298abe4f43e56ef227fceea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Mon, 24 Oct 2016 11:51:31 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 12884615..f6e31ee6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ These packages are described in the root file called `metadata.js` and it is pos /src/monaco-editor> npm run simpleserver ``` -Open http://localhost:8080/monaco-editor/test/?editor=dev to run. +Open [http://localhost:8080/monaco-editor/test/?editor=dev](http://localhost:8080/monaco-editor/test/?editor=dev) to run. ## Running a plugin from source (e.g. monaco-typescript) @@ -56,7 +56,7 @@ Open http://localhost:8080/monaco-editor/test/?editor=dev to run. /src/monaco-typescript> npm run watch ``` -Open http://localhost:8080/monaco-editor/test/?editor=dev&monaco-typescript=dev to run. +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. ## Running the editor tests