From 55b906bb201a139628247ed9a213c5b5b82c2d55 Mon Sep 17 00:00:00 2001 From: Dan Rose Date: Fri, 3 May 2024 14:31:18 -0500 Subject: [PATCH] docs: Fix link to API docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1aed2d5..58816acf 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ## Useful links -* [ZeroMQ.js API reference](http://zeromq.github.io/zeromq.js/globals.html). +* [ZeroMQ.js API reference](http://zeromq.github.io/zeromq.js/modules.html). * [ZeroMQ project documentation](https://zeromq.org/get-started/). * **Note:** The Node.js examples on zeromq.org do not yet reflect the new API, but [the Guide](http://zguide.zeromq.org) in particular is still a good introduction to ZeroMQ for new users.