Skip to content

Commit ed60baf

Browse files
committed
fix a ref
1 parent 720038b commit ed60baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/anatomy_of_an_implementation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ nothing # hide
105105
```
106106

107107
Note that we also include `learner` in the struct, for it must be possible to recover
108-
`learner` from the output of `fit`; see [Accessor functions](@ref) below.
108+
`learner` from the output of `fit`; see [Accessor functions](@ref af) below.
109109

110110
The implementation of `fit` looks like this:
111111

@@ -159,7 +159,7 @@ first element of the tuple returned by [`LearnAPI.kinds_of_proxy(learner)`](@ref
159159
we overload appropriately below.
160160

161161

162-
### Accessor functions
162+
### [Accessor functions](@id af)
163163

164164
An [accessor function](@ref accessor_functions) has the output of [`fit`](@ref) as it's
165165
sole argument. Every new implementation must implement the accessor function

0 commit comments

Comments
 (0)