Skip to content

Commit 97fdb32

Browse files
committed
Fix badge url
1 parent abbdd9e commit 97fdb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JSOTutorials.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function badge(name, version)
106106
"000", "fff"
107107
end
108108

109-
badge_img = "![$name $version](https://img.shields.io/badge/$name-$version-$color?style=flat-square&labelColor=$lbl_color\")"
109+
badge_img = "![$name $version](https://img.shields.io/badge/$name-$version-$color?style=flat-square&labelColor=$lbl_color)"
110110
if name in jso_pkgs
111111
link = "https://juliasmoothoptimizers.github.io/$name.jl/stable/"
112112
"[$badge_img]($link)"

0 commit comments

Comments
 (0)