Skip to content

Commit 04e703e

Browse files
committed
tweak
1 parent 2a67ecc commit 04e703e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/metadata_utils.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ something like this:
146146
147147
> `FooRegressor`
148148
>
149-
>Model type for foo regressor, based on [FooRegressorPkg](http://existentialcomics.com/).
149+
>Model type for foo regressor, based on [FooRegressorPkg.jl](http://existentialcomics.com/).
150150
>
151151
>From MLJ, the type can be imported using
152152
>
@@ -213,7 +213,7 @@ function doc_header(SomeModelType)
213213
"""
214214
$name
215215
216-
Model type for $human_name, based on [$package_name]($package_url).jl.
216+
Model type for $human_name, based on [$(package_name).jl]($package_url).
217217
218218
From MLJ, the type can be imported using
219219

0 commit comments

Comments
 (0)