Skip to content

Commit 34fe429

Browse files
Update repo URLs to /rails/solid_queue
[ci skip]
1 parent 1d41b53 commit 34fe429

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ failed_execution.retry # This will re-enqueue the job as if it was enqueued for
234234
failed_execution.discard # This will delete the job from the system
235235
```
236236

237-
However, we recommend taking a look at [mission_control-jobs](https://github.com/basecamp/mission_control-jobs), a dashboard where, among other things, you can examine and retry/discard failed jobs.
237+
However, we recommend taking a look at [mission_control-jobs](https://github.com/rails/mission_control-jobs), a dashboard where, among other things, you can examine and retry/discard failed jobs.
238238

239239
## Puma plugin
240240
We provide a Puma plugin if you want to run the Solid Queue's supervisor together with Puma and have Puma monitor and manage it. You just need to add

solid_queue.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Gem::Specification.new do |spec|
55
spec.version = SolidQueue::VERSION
66
spec.authors = [ "Rosa Gutierrez" ]
77
spec.email = [ "[email protected]" ]
8-
spec.homepage = "https://github.com/basecamp/solid_queue"
8+
spec.homepage = "https://github.com/rails/solid_queue"
99
spec.summary = "Database-backed Active Job backend."
1010
spec.description = "Database-backed Active Job backend."
1111
spec.license = "MIT"
1212

1313
spec.metadata["homepage_uri"] = spec.homepage
14-
spec.metadata["source_code_uri"] = "https://github.com/basecamp/solid_queue"
14+
spec.metadata["source_code_uri"] = "https://github.com/rails/solid_queue"
1515

1616
spec.files = Dir.chdir(File.expand_path(__dir__)) do
1717
Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]

0 commit comments

Comments
 (0)