From e3ef12b310abdbc1688c3dc4c9b7c48209ce6da2 Mon Sep 17 00:00:00 2001 From: ashishprajapati Date: Sun, 10 Mar 2019 03:17:01 +0530 Subject: Added missing guide links in README documentation and minor wording fix [ci skip] --- activejob/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'activejob') diff --git a/activejob/README.md b/activejob/README.md index a2a5289ab7..5c4184f426 100644 --- a/activejob/README.md +++ b/activejob/README.md @@ -1,4 +1,4 @@ -# Active Job -- Make work happen later +# Active Job – Make work happen later Active Job is a framework for declaring jobs and making them run on a variety of queuing backends. These jobs can be everything from regularly scheduled @@ -17,6 +17,7 @@ about API differences between Delayed Job and Resque. Picking your queuing backend becomes more of an operational concern, then. And you'll be able to switch between them without having to rewrite your jobs. +You can read more about Active Job in the [Active Job Basics](https://edgeguides.rubyonrails.org/active_job_basics.html) guide. ## Usage -- cgit v1.2.3