From 6d0279b556bd77fa76a21ee87461255cdc2c4587 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Tue, 1 Oct 2019 15:42:19 -0700 Subject: [PATCH] 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. --- Pro-Changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pro-Changes.md b/Pro-Changes.md index 2c3066ab..e279102f 100644 --- a/Pro-Changes.md +++ b/Pro-Changes.md @@ -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]