diff --git a/6.0-Upgrade.md b/6.0-Upgrade.md index 704089ff..e05d2a58 100644 --- a/6.0-Upgrade.md +++ b/6.0-Upgrade.md @@ -34,7 +34,7 @@ Sidekiq.configure_server do |config| # config.log_formatter = Sidekiq::Logger::Format::JSON.new end ``` -Please see the [Logging](/mperham/sidekiq/wiki/Logging) wiki page for the latest documentation and notes. +Please see the [Logging](https://github.com/mperham/sidekiq/wiki/Logging) wiki page for the latest documentation and notes. - **Remove the daemonization, logfile and pidfile command line arguments and `sidekiqctl` binary**. I've [noted for years](https://www.mikeperham.com/2014/09/22/dont-daemonize-your-daemons/) how modern services should be managed with a proper init system.