pantograph/lib/pantograph/runner.rb in pantograph-0.1.4 vs pantograph/lib/pantograph/runner.rb in pantograph-0.1.6

- old
+ new

@@ -169,10 +169,10 @@ UI.verbose(caller.join("\n")) UI.user_error!("The action '#{method_sym}' is no longer bundled with pantograph. You can install it using `pantograph add_plugin #{method_sym}`") else # So there is no plugin under that name, so just show the error message generated by the lane switch UI.verbose(caller.join("\n")) - UI.user_error!("Could not find action, lane or variable '#{method_sym}'. Check out the documentation for more details: https://docs.pantograph.tools/actions") + UI.user_error!("Could not find action, lane or variable '#{method_sym}'. Check out the documentation for more details: https://johnknapprs.github.io/pantograph/actions") end end # # All the methods that are usually called on execution