Skip to content

Commit 2583e79

Browse files
roflmaostcgdalle
andauthored
Fix broken link (#283)
* Fix broken link * Stable not dev --------- Co-authored-by: Guillaume Dalle <[email protected]>
1 parent dfe017f commit 2583e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DifferentiationInterface/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ value_and_gradient(f, AutoEnzyme(), x) # returns (5.0, [2.0, 4.0]) with Enz
8484
value_and_gradient(f, AutoZygote(), x) # returns (5.0, [2.0, 4.0]) with Zygote.jl
8585
```
8686

87-
To improve your performance by up to several orders of magnitude compared to this example, take a look at the [DifferentiationInterface tutorial](https://gdalle.github.io/DifferentiationInterface.jl/DifferentiationInterface/stable/tutorial/) and its section on operator preparation.
87+
To improve your performance by up to several orders of magnitude compared to this example, take a look at the [DifferentiationInterface tutorial](https://gdalle.github.io/DifferentiationInterface.jl/DifferentiationInterface/stable/tutorial1/) and its section on operator preparation.
8888

8989
## Related packages
9090

0 commit comments

Comments
 (0)