pantograph/lib/pantograph/actions/actions_helper.rb in pantograph-0.1.20 vs pantograph/lib/pantograph/actions/actions_helper.rb in pantograph-0.1.21

- old
+ new

@@ -128,16 +128,16 @@ if class_ref.respond_to?(:run) UI.success("Successfully loaded custom action '#{file}'.") if PantographCore::Globals.verbose? else UI.error("Could not find method 'run' in class #{class_name}.") - UI.error('For more information, check out the docs: https://johnknapprs.github.io/pantograph/') + UI.error('For more information, check out the docs: https://urbanquakers.github.io/pantograph/') UI.user_error!("Action '#{file_name}' is damaged!", show_github_issues: true) end rescue NameError # Action not found UI.error("Could not find '#{class_name}' class defined.") - UI.error('For more information, check out the docs: https://johnknapprs.github.io/pantograph/') + UI.error('For more information, check out the docs: https://urbanquakers.github.io/pantograph/') UI.user_error!("Action '#{file_name}' is damaged!", show_github_issues: true) end end Actions.reset_aliases