From 707e18c2136332ca2feaf7d394d09191e110bf58 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Mon, 26 Sep 2022 12:14:09 -0700 Subject: [PATCH] fix wiki links --- docs/7.0-Upgrade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/7.0-Upgrade.md b/docs/7.0-Upgrade.md index e54aa997..9f4a5d8c 100644 --- a/docs/7.0-Upgrade.md +++ b/docs/7.0-Upgrade.md @@ -9,7 +9,7 @@ Please read these notes carefully. Sidekiq 7.0 adds a new "Metrics" tab in the Web UI with high-resolution data on job execution times along with the ability to mark deploy times. This allows you to monitor job execution times minute by minute and see when a deploy causes a performance regression. -See the [Metrics](/mperham/sidekiq/wiki/Metrics) wiki page for details. +See the [Metrics](https://github.com/mperham/sidekiq/wiki/Metrics) wiki page for details. ## Embedding @@ -18,7 +18,7 @@ Previously, you could only run Sidekiq by starting a new process with `bundle ex Now you can embed Sidekiq within another process with just a few lines of Ruby code. I'm labeling this "experimental" because it's quite possible that 3rd party plugins or various edge cases within Sidekiq could break. Feedback is very much appreciated if you try out embedding, even if just "works great for us!". -See the [Embedding](/mperham/sidekiq/wiki/Embedding) wiki page for details. +See the [Embedding](https://github.com/mperham/sidekiq/wiki/Embedding) wiki page for details. ## Capsules