File tree 1 file changed +4
-4
lines changed
website/src/components/HomepageTools
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ function Tool({ longName, shortName }) {
28
28
< b > < Link to = { 'https://xpack-dev-tools.github.io/' + shortName + '-xpack/' } > { shortName } </ Link > </ b > - < b > xPack { longName } </ b >
29
29
</ div >
30
30
< div className = "padding-top--xs" >
31
- < Link to = { 'https://github.com/{{githubProjectOrganization}} /' + shortName + '-xpack/releases/' } > < img alt = "GitHub Release" src = { 'https://img.shields.io/github/v/release/{{githubProjectOrganization}} /' + shortName + '-xpack?color=blue' } /> </ Link >
32
- < Link to = { 'https://github.com/{{githubProjectOrganization}} /' + shortName + '-xpack/releases/' } > < img alt = "GitHub Release Date" src = { 'https://img.shields.io/github/release-date/{{githubProjectOrganization}} /' + shortName + '-xpack?label=date&color=yellowgreen' } /> </ Link >
33
- < Link to = { 'https://github.com/{{githubProjectOrganization}} /' + shortName + '-xpack/releases/' } > < img alt = "GitHub Downloads (all assets, all releases)" src = { 'https://img.shields.io/github/downloads/{{githubProjectOrganization}} /' + shortName + '-xpack/total.svg' } /> </ Link >
34
- < Link to = { 'https://github.com/{{githubProjectOrganization}} /' + shortName + '-xpack/' } > < img alt = "GitHub Repo stars" src = { 'https://img.shields.io/github/stars/{{githubProjectOrganization}} /' + shortName + '-xpack' } /> </ Link >
31
+ < Link to = { 'https://github.com/xpack-dev-tools /' + shortName + '-xpack/releases/' } > < img alt = "GitHub Release" src = { 'https://img.shields.io/github/v/release/xpack-dev-tools /' + shortName + '-xpack?color=blue' } /> </ Link >
32
+ < Link to = { 'https://github.com/xpack-dev-tools /' + shortName + '-xpack/releases/' } > < img alt = "GitHub Release Date" src = { 'https://img.shields.io/github/release-date/xpack-dev-tools /' + shortName + '-xpack?label=date&color=yellowgreen' } /> </ Link >
33
+ < Link to = { 'https://github.com/xpack-dev-tools /' + shortName + '-xpack/releases/' } > < img alt = "GitHub Downloads (all assets, all releases)" src = { 'https://img.shields.io/github/downloads/xpack-dev-tools /' + shortName + '-xpack/total.svg' } /> </ Link >
34
+ < Link to = { 'https://github.com/xpack-dev-tools /' + shortName + '-xpack/' } > < img alt = "GitHub Repo stars" src = { 'https://img.shields.io/github/stars/xpack-dev-tools /' + shortName + '-xpack' } /> </ Link >
35
35
</ div >
36
36
</ div >
37
37
</ >
You can’t perform that action at this time.
0 commit comments