From fd98a4f281fabdb44f269d6bc1e19d954518942f Mon Sep 17 00:00:00 2001 From: Jeroen Janssen Date: Sun, 3 May 2020 18:47:00 +0200 Subject: [PATCH 1/2] Correct AsyncProgressWorker link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93379a198..9a0dece21 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ The following is the documentation for node-addon-api. - [Async Operations](doc/async_operations.md) - [AsyncWorker](doc/async_worker.md) - [AsyncContext](doc/async_context.md) - - [AsyncProgressWorker](doc/async_progress_worker.md) + - [AsyncProgressWorker](doc/async_worker_variants.md) - [Thread-safe Functions](doc/threadsafe_function.md) - [Promises](doc/promises.md) - [Version management](doc/version_management.md) From 3baafa8d9c6852f11634e7d377d6f9f5b6ac7fbb Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Wed, 6 May 2020 17:05:25 -0400 Subject: [PATCH 2/2] Update README.md Co-authored-by: legendecas --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a0dece21..206c7f108 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ The following is the documentation for node-addon-api. - [Async Operations](doc/async_operations.md) - [AsyncWorker](doc/async_worker.md) - [AsyncContext](doc/async_context.md) - - [AsyncProgressWorker](doc/async_worker_variants.md) + - [AsyncWorker Variants](doc/async_worker_variants.md) - [Thread-safe Functions](doc/threadsafe_function.md) - [Promises](doc/promises.md) - [Version management](doc/version_management.md)