Readme: correct node link (#1078)

There's a bug in #1076 where  the Node link at
the bottom of the Readme catches the Node
link reference created earlier in the Readme and
links to 'https://nodejs.org/en/' instead of
'https://github.com/nodejs/node`.

Used @wpank's solution to add the Node link
using a reference text, so we could keep
the word "Node" linked, instead of using "Node.js",
which would suggest the organization instead of
the GitHub project.

Test Plan:
Testing that these links work in the live ReadMe on my
fork, instead of copy/pasting the changed bits into
a Markdown parser.
This commit is contained in:
Brian Litwin 2019-01-30 07:28:25 -05:00 committed by GitHub
parent 0254f54375
commit 072e2953a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,8 +106,8 @@ SourceCred is dual-licensed under Apache 2.0 and MIT terms:
## Acknowledgements
Wed like to thank [Protocol Labs] for funding and support of SourceCred.
Wed also like to thank the many open-source communities that produced the software that SourceCred is built on top of, such as [Git] and [Node].
Wed also like to thank the many open-source communities that produced the software that SourceCred is built on top of, such as [Git] and [Node][Node github].
[Protocol Labs]: https://protocol.ai
[Git]: https://github.com/git/git
[Node]: https://github.com/nodejs/node
[Node github]: https://github.com/nodejs/node