diff --git a/lectures/jax_intro.md b/lectures/jax_intro.md index 322b1a08..740821a5 100644 --- a/lectures/jax_intro.md +++ b/lectures/jax_intro.md @@ -687,7 +687,7 @@ jnp.allclose(z_vmap, z_mesh) :label: jax_intro_ex2 ``` -In the Exercise section of [a lecture on Numba and parallelization](https://python-programming.quantecon.org/parallelization.html), we used Monte Carlo to price a European call option. +In the Exercise section of [a lecture on Numba](https://python-programming.quantecon.org/numba.html), we used Monte Carlo to price a European call option. The code was accelerated by Numba-based multithreading.