From 93bf772af6f0b8186c365e571fe6b885ad89165f Mon Sep 17 00:00:00 2001 From: "JC (Jonathan Chen)" Date: Mon, 5 Aug 2024 15:45:48 -0400 Subject: [PATCH 1/2] docs: fix links to generated docs rdoc.info is now rubydoc.info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2093deb1..1a24250a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Resque.enqueue_at(5.days.from_now, SomeJob, argument) # runs a job at a specific This `README` covers what most people need to know. If you're looking for details on individual methods, you might want to try the -[rdoc](http://rdoc.info/github/resque/resque-scheduler/master/frames). +[rubydoc](http://rubydoc.info/github/resque/resque-scheduler/master/frames). ### Installation From addb6888389948bea984fb1181e975b641717813 Mon Sep 17 00:00:00 2001 From: "JC (Jonathan Chen)" Date: Mon, 5 Aug 2024 16:48:44 -0400 Subject: [PATCH 2/2] docs: make link https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a24250a..319394c2 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Resque.enqueue_at(5.days.from_now, SomeJob, argument) # runs a job at a specific This `README` covers what most people need to know. If you're looking for details on individual methods, you might want to try the -[rubydoc](http://rubydoc.info/github/resque/resque-scheduler/master/frames). +[rubydoc](https://rubydoc.info/github/resque/resque-scheduler/master/frames). ### Installation