From 98457a9152b26e6de65c8099a023cda0a3c9120e Mon Sep 17 00:00:00 2001 From: John French Date: Wed, 2 May 2018 00:53:10 +0800 Subject: [PATCH] doc: fix wrong link in readme PR-URL: https://github.com/nodejs/node-addon-api/pull/255 Reviewed-By: Michael Dawson Reviewed-By: Kyle Farnung --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76cf996..e4bfd25 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Are you new to **N-API**? Take a look at our **[examples](https://github.com/nod - **[Pass arguments to a function](https://github.com/nodejs/abi-stable-node-addon-examples/tree/master/2_function_arguments/node-addon-api)** - **[Callbacks](https://github.com/nodejs/abi-stable-node-addon-examples/tree/master/3_callbacks/node-addon-api)** - **[Object factory](https://github.com/nodejs/abi-stable-node-addon-examples/tree/master/4_object_factory/node-addon-api)** -- **[Function factory](https://github.com/nodejs/abi-stable-node-addon-examples/tree/master/4_object_factory/node-addon-api)** +- **[Function factory](https://github.com/nodejs/abi-stable-node-addon-examples/tree/master/5_function_factory/node-addon-api)** - **[Wrapping C++ Object](https://github.com/nodejs/abi-stable-node-addon-examples/tree/master/6_object_wrap/node-addon-api)** - **[Factory of wrapped object](https://github.com/nodejs/abi-stable-node-addon-examples/tree/master/7_factory_wrap/node-addon-api)** - **[Passing wrapped object around](https://github.com/nodejs/abi-stable-node-addon-examples/tree/master/8_passing_wrapped/node-addon-api)**