Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dias <cdias@microsoft.com>2015-11-20 02:43:02 +0300
committerChris Dias <cdias@microsoft.com>2015-11-20 02:43:02 +0300
commit01751b055930bb27dc1e0c1ca0599aba19b9c5ff (patch)
treefdb03de7ade1d50ae73e51709b06c5a15c1866ff /README.md
parent1537bb1e6ea24a1b8f8316ed3b454508780b48e4 (diff)
parent22f05dff89174748b454a802e0bc7e566d885927 (diff)
Merge pull request #209 from lucaslra/master
Small changes to improve document readabilty
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index e7285cf320b..5f405d9a8c2 100644
--- a/README.md
+++ b/README.md
@@ -17,15 +17,15 @@ The [`vscode`](https://github.com/microsoft/vscode) repository is where we do de
## Contributing
If you are interested in fixing issues and contributing directly to the code base, please see the document [How to Contribute](https://github.com/Microsoft/vscode/wiki/How-to-Contribute), which covers the following:
-* How to build and run from source
-* The development workflow, including debugging and running tests
-* [Coding guidelines](https://github.com/Microsoft/vscode/wiki/Coding-Guidelines)
-* Submitting pull requests
+* [How to build and run from source](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run-from-source)
+* [The development workflow, including debugging and running tests](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#development-workflow)
+* [Coding Guidelines](https://github.com/Microsoft/vscode/wiki/Coding-Guidelines)
+* [Submitting pull requests](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#pull-requests)
## Related Projects
-Many of the core components and extensions to Code live in their own repositories on GitHub. For example, the [node debug adapter](https://github.com/microsoft/vscode-node-debug) and the [mono debug adapter](https://github.com/microsoft/vscode-mono-debug).
+Many of the core components and extensions to Code live in their own repositories on GitHub. For example, the [node debug adapter](https://github.com/microsoft/vscode-node-debug) and the [mono debug adapter](https://github.com/microsoft/vscode-mono-debug)
For a complete list, please see the [Related Projects](https://github.com/Microsoft/vscode/wiki/Related-Projects) page on our wiki.
## License
-[MIT](LICENSE.txt)
+[MIT](LICENSE.txt) \ No newline at end of file