Skip to content

Commit cb92a56

Browse files
docs: fix images.jl link (#997)
1 parent 4379ec3 commit cb92a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/ecosystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ const dataload = [
183183
name: 'Images.jl',
184184
desc: 'An image library for Julia',
185185
links: [
186-
{ icon: 'github', link: 'ttps://github.com/JuliaImages/Images.jl' }
186+
{ icon: 'github', link: 'https://github.com/JuliaImages/Images.jl' }
187187
]
188188
},
189189
{

0 commit comments

Comments
 (0)