Skip to content

Commit df82440

Browse files
Fix broken links
1 parent 84bdbe2 commit df82440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/newton_method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ init = jnp.repeat(1.0, 3)
990990

991991
The result is very close to the ground truth but still slightly different.
992992

993-
We can increase the precision of the floating point numbers and restrict the tolerance to obtain a more accurate approximation (see detailed discussion in the [lecture on JAX](https://python-programming.quantecon.org/jax_intro.html#differences))
993+
We can increase the precision of the floating point numbers and restrict the tolerance to obtain a more accurate approximation (see detailed discussion in the [lecture on JAX](https://jax.quantecon.org/jax_intro.html))
994994

995995
```{code-cell} python3
996996
from jax.config import config

0 commit comments

Comments
 (0)