From 0bbb0d1d2e32fd69dee35d2215440d8cfad38ada Mon Sep 17 00:00:00 2001 From: Micheil Smith Date: Fri, 12 Sep 2014 15:33:19 +0100 Subject: [PATCH] Escape brackets in Git Wikipedia link. Fixes #29 --- doc/documentation/contributing/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/documentation/contributing/index.md b/doc/documentation/contributing/index.md index dbb00fc..3974167 100644 --- a/doc/documentation/contributing/index.md +++ b/doc/documentation/contributing/index.md @@ -24,7 +24,7 @@ information: If you have identified an issue or feature that you want to supply the fix for there are a few steps that you will need to follow. There will be a lot of -interaction with [Git](http://en.wikipedia.org/wiki/Git_(software)), if you +interaction with [Git](http://en.wikipedia.org/wiki/Git_%28software%29), if you want to become more familiar with it consider reading through the freely available [git-scm book](http://git-scm.com/book). @@ -252,4 +252,4 @@ the project. Now you can visit your GitHub repository `https://github.com/username/node` and you should see a dialog prompting you to [create a pull -request](https://help.github.com/articles/using-pull-requests). \ No newline at end of file +request](https://help.github.com/articles/using-pull-requests).