@@ -30,7 +30,7 @@ to 2.0.
3030The new parallel execution mode introduced in Jasmine 5.0 comes with additional
3131restrictions on how both specs and reporters are written. These restrictions
3232apply only when Jasmine is run in the parallel mode. See the
33- [ guide to parallel execution] ( running_specs_in_parallel ) for details.
33+ [ guide to parallel execution] ( /tutorials/ running_specs_in_parallel) for details.
3434
3535<h2 >Contents</h2 >
3636
@@ -85,7 +85,7 @@ or `jasmine-browser-runner` 2.x.
8585The biggest change in 5.0 is support for parallel execution in Node.js via the
8686` jasmine ` package. Parallel execution imposes some constraints on both test
8787suites and reporters, and as a result not everyone will be able to adopt it
88- without making changes. See [ Running Specs in Parallel] ( running_specs_in_parallel )
88+ without making changes. See [ Running Specs in Parallel] ( /tutorials/ running_specs_in_parallel)
8989for more information.
9090
9191<h2 >Changes to global error handling in browsers</h2 >
@@ -96,7 +96,7 @@ use `addEventListener` instead. This means that Jasmine will no longer override
9696any error handler that your code installs prior to startup. It also means that
9797you can no longer override Jasmine's global error handling by setting
9898` window.onerror ` . If you need to override Jasmine's global error handling, use
99- [ spyOnGlobalErrors] ( http://localhost:4000 /api/4.6/jasmine.html#.spyOnGlobalErrorsAsync) .
99+ [ spyOnGlobalErrors] ( /api/4.6/jasmine.html#.spyOnGlobalErrorsAsync ) .
100100
101101Using ` addEventListener ` allows Jasmine to provide better error information in
102102many cases. However, some browsers limit the information that's provided to
0 commit comments