File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
website/src/components/HomepageTools Expand file tree Collapse file tree 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 }) {
2828 < b > < Link to = { 'https://xpack-dev-tools.github.io/' + shortName + '-xpack/' } > { shortName } </ Link > </ b > - < b > xPack { longName } </ b >
2929 </ div >
3030 < 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 >
3535 </ div >
3636 </ div >
3737 </ >
You can’t perform that action at this time.
0 commit comments