From 5865a9f599a4610e436d47db271517d9f254552b Mon Sep 17 00:00:00 2001 From: "Delta Pham (they/them)" <1707217+dphm@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:34:01 -0500 Subject: [PATCH] Fix rubydoc link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a5b40c6..5ec7184e 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ Iteration hooks into Sidekiq and Resque out of the box to support graceful inter * [Writing custom enumerator](guides/custom-enumerator.md) * [Throttling](guides/throttling.md) -For more detailed documentation, see [rubydoc](https://www.rubydoc.info/github/Shopify/job-iteration). +For more detailed documentation, see [rubydoc](https://www.rubydoc.info/gems/job-iteration). ## Requirements