Skip to content

Commit b52e487

Browse files
committed
doc(wiki): link to docs/ from README
1 parent f0a4835 commit b52e487

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,15 @@ A barebones `gyp` file appropriate for building a Node.js addon could look like:
144144

145145
## Further reading
146146

147+
The **[docs](./docs/)** directory contains additional documentation on specific node-gyp topics that may be useful if you are experiencing problems installing or building addons using node-gyp.
148+
147149
Some additional resources for Node.js native addons and writing `gyp` configuration files:
148150

149151
* ["Going Native" a nodeschool.io tutorial](http://nodeschool.io/#goingnative)
150152
* ["Hello World" node addon example](https://github.com/nodejs/node/tree/master/test/addons/hello-world)
151153
* [gyp user documentation](https://gyp.gsrc.io/docs/UserDocumentation.md)
152154
* [gyp input format reference](https://gyp.gsrc.io/docs/InputFormatReference.md)
153-
* [*"binding.gyp" files out in the wild* wiki page](https://github.com/nodejs/node-gyp/wiki/%22binding.gyp%22-files-out-in-the-wild)
155+
* [*"binding.gyp" files out in the wild* wiki page](./docs/"binding.gyp"-files-out-in-the-wild.md)
154156

155157
## Commands
156158

0 commit comments

Comments
 (0)