diff --git a/LICENSE.md b/LICENSE.md index b5e4ed247..e2fad6667 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -4,7 +4,7 @@ The MIT License (MIT) Copyright (c) 2017 Node.js API collaborators ----------------------------------- -*Node.js API collaborators listed at * +*Node.js API collaborators listed at * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index ad230a67d..88b133501 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ not have N-API built-in. ### API Documentation - [ABI-Stable C APIs in Node.js](https://nodejs.org/api/n-api.html) - - [C++ APIs in this package](https://nodejs.github.io/node-api/namespace_napi.html) + - [C++ APIs in this package](https://nodejs.github.io/node-addon-api/namespace_napi.html) ### Getting Started @@ -16,7 +16,7 @@ To use N-API in a native module: 1. Add a dependency on this package to `package.json`: ```json "dependencies": { - "node-addon-api": "github:nodejs/node-addon-api", + "node-addon-api": "0.2.0", } ``` diff --git a/package.json b/package.json index 804f75e51..215405bea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "bugs": { - "url": "https://github.com/nodejs/node-api/issues" + "url": "https://github.com/nodejs/node-addon-api/issues" }, "contributors": [ "Anna Henningsen (https://github.com/addaleax)", @@ -19,7 +19,7 @@ "node-gyp": "^3.6.0" }, "directories": {}, - "homepage": "https://github.com/nodejs/node-api", + "homepage": "https://github.com/nodejs/node-addon-api", "license": "MIT", "main": "index.js", "name": "node-addon-api", @@ -27,7 +27,7 @@ "readme": "README.md", "repository": { "type": "git", - "url": "git://github.com/nodejs/node-api.git" + "url": "git://github.com/nodejs/node-addon-api.git" }, "scripts": { "pretest": "node-gyp rebuild -C test",