Skip to content

Commit c9adc52

Browse files
try to fix doc builds
1 parent 64e9d87 commit c9adc52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interface.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function canonicalize end
5757
5858
Equivalent to canonicalize(::AbstractPortion, p::T1)[2](new_values), though allowed to
5959
optimize and not construct intermediates. For more information on the arguments, see
60-
[`canonicalize`](@ref).
60+
canonicalize.
6161
"""
6262
function replace end
6363

@@ -66,7 +66,7 @@ function replace end
6666
6767
Equivalent to canonicalize(::AbstractPortion, p::T1)[2](new_values), though done in a mutating
6868
fashion and is allowed to optimize and not construct intermediates. Requires a mutable
69-
SciMLStructure. For more information on the arguments, see [`canonicalize`](@ref).
69+
SciMLStructure. For more information on the arguments, see canonicalize.
7070
"""
7171
function replace! end
7272

0 commit comments

Comments
 (0)