From d269fba2aaaed972673fcce2d76c2e8817f5ebbc Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 21 Sep 2017 08:22:52 -0700 Subject: [PATCH] Fix broken link in README The previous URL returned a 404. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 415ddb0..04d74cc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WP Background Processing -WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks. Check out the [example plugin](https://github.com/A5hleyRich/wp-background-processing-example) or read the [accompanying article](https://deliciousbrains.com/wordpress-background-processing/). +WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks. Check out the [example plugin](https://github.com/A5hleyRich/wp-background-processing-example) or read the [accompanying article](https://deliciousbrains.com/background-processing-wordpress/). Inspired by [TechCrunch WP Asynchronous Tasks](https://github.com/techcrunch/wp-async-task).