mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fix not-clickable link to 6.0 upgrade notes
This fixes the fact that the 6.0 upgrade note link is broken when viewed on GitHub.com. I assume this file is meant to be read on GitHub and not somewhere else, which means that the links should work on GitHub and point to GitHub.
This commit is contained in:
parent
ee65b5365e
commit
6d0279b556
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how t
|
|||
|
||||
- There is no significant migration from Sidekiq Pro 4.0 to 5.0
|
||||
but make sure you read the [update notes for Sidekiq
|
||||
6.0](/mperham/sidekiq/blob/master/6.0-Upgrade.md).
|
||||
6.0](https://github.com/mperham/sidekiq/blob/master/6.0-Upgrade.md).
|
||||
- Removed various deprecated APIs and associated warnings.
|
||||
- **BREAKING CHANGE** Remove the `Sidekiq::Batch::Status#dead_jobs` API in favor of
|
||||
`Sidekiq::Batch::Status#dead_jids`. [#4217]
|
||||
|
|
Loading…
Reference in a new issue