diff --git a/src/React.Core/JavaScriptEngineFactory.cs b/src/React.Core/JavaScriptEngineFactory.cs index 61d14f8de..bcede7481 100644 --- a/src/React.Core/JavaScriptEngineFactory.cs +++ b/src/React.Core/JavaScriptEngineFactory.cs @@ -185,8 +185,7 @@ private static void EnsureReactLoaded(IJsEngine engine) throw new ReactNotInitialisedException( "React has not been loaded correctly. Please expose your version of React as global " + "variables named 'React', 'ReactDOM' and 'ReactDOMServer', or enable the " + - "'LoadReact' configuration option to use the built-in version of React. See " + - "http://reactjs.net/guides/byo-react.html for more information." + "'LoadReact' configuration option to use the built-in version of React." ); } }