diff --git a/config/initializers/flipper.rb b/config/initializers/flipper.rb index 42cee7e0d6..4a4aecaf25 100644 --- a/config/initializers/flipper.rb +++ b/config/initializers/flipper.rb @@ -18,7 +18,7 @@ Flipper::UI.configure do |config| config.banner_text = <<~TEXT ⚠️ Production environment: be aware that the changes have an impact on the application. Please read the how-to before: - https://github.com/openfoodfoundation/openfoodnetwork/wiki/Feature-toggle-with-Flipper + https://github.com/openfoodfoundation/openfoodnetwork/wiki/Feature-toggles TEXT config.banner_class = 'danger' end