Skip to content

Commit

Permalink
Escape brackets in Git Wikipedia link. Fixes nodejs#29
Browse files Browse the repository at this point in the history
  • Loading branch information
miksago committed Sep 12, 2014
1 parent ebe1af9 commit 0bbb0d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/documentation/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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).
request](https://help.github.com/articles/using-pull-requests).

1 comment on commit 0bbb0d1

@ThisIsMissEm
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the change on line 255 is just a trailing new line change.

Please sign in to comment.