We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be83dd8 commit 6a68f44Copy full SHA for 6a68f44
hugo.toml
@@ -20,6 +20,6 @@ theme = 'relearn'
20
weight = 10
21
22
[[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
+ name = "<img src='https://img.shields.io/maven-central/v/io.joern/flatgraph-core_3' alt='latest release' />"
+ url = "https://repo1.maven.org/maven2/io/joern/flatgraph-core_3/"
+ weight = 20
0 commit comments