Skip to content

Commit 6a68f44

Browse files
authored
fix release badge (#7)
not sure why the other one stopped working after 0.0.91, but this one works..
1 parent be83dd8 commit 6a68f44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hugo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ theme = 'relearn'
2020
weight = 10
2121

2222
[[menu.shortcuts]]
23-
name = "<img src='https://maven-badges.herokuapp.com/maven-central/io.joern/flatgraph-core_3/badge.svg' alt='latest release' />"
24-
url = "https://maven-badges.herokuapp.com/maven-central/io.joern/flatgraph-core_3"
25-
weight = 20
23+
name = "<img src='https://img.shields.io/maven-central/v/io.joern/flatgraph-core_3' alt='latest release' />"
24+
url = "https://repo1.maven.org/maven2/io/joern/flatgraph-core_3/"
25+
weight = 20

0 commit comments

Comments
 (0)