From ef62ec2093b7f41b4a495403e60f73283d452632 Mon Sep 17 00:00:00 2001 From: casret Date: Sat, 25 Feb 2023 09:05:54 +0800 Subject: [PATCH] Update README.md Update the shopify.github.com link to shopify.github.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e9cfb1..c90532e 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Available configuration options: * `Wolverine.config.script_path` (default `Rails.root + 'app/wolverine'`) * `Wolverine.config.instrumentation` (default none) -If you want to override one or more of these, doing so in an initializer is recommended but not required. See the [full documentation](http://shopify.github.com/wolverine/Wolverine/Configuration.html) for more details. +If you want to override one or more of these, doing so in an initializer is recommended but not required. See the [full documentation](http://shopify.github.io/wolverine/Wolverine/Configuration.html) for more details. ## More information