Skip to content

Commit 1f8df07

Browse files
committed
doc: add reference to eps
now that eps is landed update reference
1 parent 35c4e3a commit 1f8df07

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ to provide ABI compatibility guarantees across different Node versions and also
55
across different Node VMs – allowing NAPI enabled native modules to just work
66
across different versions and flavors of Node.js without recompilations.
77

8+
It is introduced by this Node enhancemnet proposal:
9+
[005-ABI-Stable-Module-API.md](https://github.com/nodejs/node-eps/blob/master/005-ABI-Stable-Module-API.md).
10+
811
This project is in an early proof of concept stage. Check out our [roadmap](https://github.com/nodejs/abi-stable-node/issues/18)
912
for details on the remaining work.
1013

@@ -18,9 +21,6 @@ in branches in this repo. Currently we have the following versions:
1821

1922
**API Design & Shape**
2023

21-
For more details on design of the API, please check out the
22-
[node-eps](https://github.com/nodejs/node-eps/pull/20) covering this effort.
23-
2424
The current shape of the API can be found in header file
2525
[node_jsvmapi.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_jsvmapi.h)
2626

0 commit comments

Comments
 (0)