lib/i18n/js/engine.rb in i18n-js-3.9.0 vs lib/i18n/js/engine.rb in i18n-js-3.9.1

- old
+ new

@@ -19,10 +19,10 @@ # # Here is where sprockets are attached with Rails. There is no 'sprockets.environment' mentioned. # https://github.com/rails/sprockets-rails/blob/master/lib/sprockets/railtie.rb # # Finisher hook is the place which should be used as border. - # http://guides.rubyonrails.org/configuring.html#initializers + # https://guides.rubyonrails.org/configuring.html#initializers # # For detail see Pull Request: # https://github.com/fnando/i18n-js/pull/371 initializer "i18n-js.register_preprocessor", after: :engines_blank_point, before: :finisher_hook do # This must be called inside initializer block