mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-27 19:50:28 +00:00
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:
parent
0254f54375
commit
072e2953a3
@ -106,8 +106,8 @@ SourceCred is dual-licensed under Apache 2.0 and MIT terms:
|
||||
## Acknowledgements
|
||||
|
||||
We’d like to thank [Protocol Labs] for funding and support of SourceCred.
|
||||
We’d 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].
|
||||
We’d 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user