Skip to content

Commit 719b7d7

Browse files
authored
Merge pull request #52 from JuliaAI/doc-fix
fix a bad link
2 parents da305f5 + f89288b commit 719b7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/anatomy_of_an_implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ The [`obs`](@ref) methods exist to:
414414

415415
!!! important
416416

417-
While many new learner implementations will want to adopt a canned data front end, such as those provided by [LearnDataFrontEnds.jl](https://juliaai.github.io/LearnAPI.jl/dev/), we
417+
While many new learner implementations will want to adopt a canned data front end, such as those provided by [LearnDataFrontEnds.jl](https://juliaai.github.io/LearnDataFrontEnds.jl/dev/), we
418418
focus here on a self-contained implementation of `obs` for the ridge example above, to show
419419
how it works.
420420

0 commit comments

Comments
 (0)