Skip to content

Commit e96f97e

Browse files
committed
Fix URL with upgrade instructions in post install message
Fixes #273
1 parent c3d86ea commit e96f97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solid_queue.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212

1313
spec.post_install_message = <<~MESSAGE
1414
Upgrading to Solid Queue 0.4.x? There are some breaking changes about how Solid Queue is started. Check
15-
https://github.com/rails/solid_cache/blob/main/UPGRADING.md for upgrade instructions.
15+
https://github.com/rails/solid_queue/blob/main/UPGRADING.md for upgrade instructions.
1616
MESSAGE
1717

1818
spec.metadata["homepage_uri"] = spec.homepage

0 commit comments

Comments
 (0)