Skip to content

Commit 0b04ee8

Browse files
authored
Fix links (#239)
1 parent a1312a5 commit 0b04ee8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DifferentiationInterface/docs/src/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ To compute sparse Jacobians or Hessians, you need three ingredients (read [this
150150
ADTypes.jl v1.0 defines the [`AutoSparse`](@ref) wrapper, which brings together these three ingredients.
151151
At the moment, this new wrapper is not well-supported in the ecosystem, which is why DifferentiationInterface.jl provides the necessary objects to get you started:
152152

153-
1. [`SymbolicsSparsityDetector`](@ref) (requires [Symbolics.jl](https://github.com/JuliaSymbolics/Symbolics.jl) to be loaded)
154-
2. [`GreedyColoringAlgorithm`](@ref)
153+
1. [`DifferentiationInterface.SymbolicsSparsityDetector`](@ref) (requires [Symbolics.jl](https://github.com/JuliaSymbolics/Symbolics.jl) to be loaded)
154+
2. [`DifferentiationInterface.GreedyColoringAlgorithm`](@ref)
155155

156156
!!! warning
157157
These objects are not part of the public API, so they can change unexpectedly between versions.

0 commit comments

Comments
 (0)